nodemailer发送邮件各个服务器接口

2018-11-19 15:14:06

来自:https://github.com/nodemailer/nodemailer-wellknown/blob/master/services.json#L125

{

"1und1": {

"host": "smtp.1und1.de",

"port": 465,

"secure": true,

"authMethod": "LOGIN"

},



"AOL": {

"domains": [

"aol.com"

],

"host": "smtp.aol.com",

"port": 587

},



"DebugMail": {

"host": "debugmail.io",

"port": 25

},



"DynectEmail": {

"aliases": ["Dynect"],

"host": "smtp.dynect.net",

"port": 25

},



"FastMail": {

"domains": [

"fastmail.fm"

],

"host": "mail.messagingengine.com",

"port": 465,

"secure": true

},



"GandiMail": {

"aliases": [

"Gandi",

"Gandi Mail"

],

"host": "mail.gandi.net",

"port": 587

},



"Gmail": {

"aliases": [

"Google Mail"

],

"domains": [

"gmail.com",

"googlemail.com"

],

"host": "smtp.gmail.com",

"port": 465,

"secure": true

},



"Godaddy": {

"host": "smtpout.secureserver.net",

"port": 25

},



"GodaddyAsia": {

"host": "smtp.asia.secureserver.net",

"port": 25

},



"GodaddyEurope": {

"host": "smtp.europe.secureserver.net",

"port": 25

},



"hot.ee": {

"host": "mail.hot.ee"

},



"Hotmail": {

"aliases": [

"Outlook",

"Outlook.com",

"Hotmail.com"

],

"domains": [

"hotmail.com",

"outlook.com"

],

"host": "smtp.live.com",

"port": 587,

"tls": {

"ciphers": "SSLv3"

}

},



"iCloud": {

"aliases": ["Me", "Mac"],

"domains": [

"me.com",

"mac.com"

],

"host": "smtp.mail.me.com",

"port": 587

},



"mail.ee": {

"host": "smtp.mail.ee"

},



"Mail.ru": {

"host": "smtp.mail.ru",

"port": 465,

"secure": true

},



"Maildev": {

"port": 1025,

"ignoreTLS": true

},



"Mailgun": {

"host": "smtp.mailgun.org",

"port": 587

},



"Mailjet": {

"host": "in.mailjet.com",

"port": 587

},



"Mandrill": {

"host": "smtp.mandrillapp.com",

"port": 587

},



"Naver": {

"host": "smtp.naver.com",

"port": 587

},



"OpenMailBox": {

"aliases": [

"OMB",

"openmailbox.org"

],

"host": "smtp.openmailbox.org",

"port": 465,

"secure": true

},



"Outlook365": {

"host": "smtp.office365.com",

"port": 587,

"secure": false

},



"Pepipost": {

"aliases": ["Pepipost"],

"host": "smtp.pepipost.com",

"port": 2525

},



"Postmark": {

"aliases": ["PostmarkApp"],

"host": "smtp.postmarkapp.com",

"port": 2525

},



"QQ": {

"domains": [

"qq.com"

],

"host": "smtp.qq.com",

"port": 465,

"secure": true

},



"QQex": {

"aliases": ["QQ Enterprise"],

"domains": [

"exmail.qq.com"

],

"host": "smtp.exmail.qq.com",

"port": 465,

"secure": true

},



"SendCloud": {

"host": "smtpcloud.sohu.com",

"port": 25

},



"SendGrid": {

"host": "smtp.sendgrid.net",

"port": 587

},



"SendinBlue": {

"host": "smtp-relay.sendinblue.com",

"port": 587

},



"SES": {

"host": "email-smtp.us-east-1.amazonaws.com",

"port": 465,

"secure": true

},

"SES-US-EAST-1": {

"host": "email-smtp.us-east-1.amazonaws.com",

"port": 465,

"secure": true

},

"SES-US-WEST-2": {

"host": "email-smtp.us-west-2.amazonaws.com",

"port": 465,

"secure": true

},

"SES-EU-WEST-1": {

"host": "email-smtp.eu-west-1.amazonaws.com",

"port": 465,

"secure": true

},





"Sparkpost": {

"aliases": [

"SparkPost",

"SparkPost Mail"

],

"domains": [

"sparkpost.com"

],

"host": "smtp.sparkpostmail.com",

"port": 587,

"secure": false

},



"Yahoo": {

"domains": [

"yahoo.com"

],

"host": "smtp.mail.yahoo.com",

"port": 465,

"secure": true

},



"Yandex": {

"domains": [

"yandex.ru"

],

"host": "smtp.yandex.ru",

"port": 465,

"secure": true

},



"Zoho": {

"host": "smtp.zoho.com",

"port": 465,

"secure": true,

"authMethod": "LOGIN"

},

"126": {

"host": "smtp.126.com",

"port": 465,

"secure": true

},

"163": {

"host": "smtp.163.com",

"port": 465,

"secure": true

}



}
  • 2020-06-20 06:31:16

    mac下全局配置adb环境

    不提示“command not found”,而是出现一长串帮助说明,那就证明adb已经配置好了。

  • 2020-06-20 06:31:39

    Android 无线调试手机(WiFi 调试)

    手机需要开启 USB 调试 手机和电脑要在同一个局域网(连接同一个 WiFi) adb connect 连接成功后要拔出 USB 线,不然出现同时连接两个设备的问题 执行命令 ”adb tcpip 6666“ 后可能需要重新开启 USB 调试

  • 2020-08-16 16:09:30

    android WebView 注入js 几种方式

    有时我们开发中需要将js 注入到我们本地,有可能你会说,放在Web不就可以了吗,的确,但是需求就是这样的

  • 2020-11-05 23:20:29

    mac更新node版本

    initializer function 0x0 not in mapped image for /usr/local/bin/node,除了上面的问题 你或许还出现过 no such file or directory 这样的提示,总之更新完以后node直接不能用了。

  • 2020-11-07 16:31:02

    nginx配置X-Frame-Options允许多个域名iframe嵌套

    有时候我们需要允许多个url的来源,但是又不能全部开放,所以应该匹配第三种方法ALLOW-FROM url,那么多个url该如何配置呢,百度了所有网站都没有找到,那么这里写给大家,其实很简单: add_header X-Frame-Options 'ALLOW-FROM https://xxx.xxxxxx.com https://xxx2.xxxxxxx.com'; 就是使用空格隔开就好了!

  • 2020-11-08 08:31:51

    meteor在不同端口启动服务

    当没有任何参数时,run是默认行为,在幕后,它3000端口开启node.js服务器实例,同时开启监听3001端口的MongoDB服务