nodemailer发送邮件各个服务器接口
来自: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 | |
| } | |
| } |
nodemailer发送邮件各个服务器接口的更多相关文章
- 利用缓存实现APP端与服务器接口交互的Session控制
与传统B/S模式的Web系统不同,移动端APP与服务器之间的接口交互一般是C/S模式,这种情况下如果涉及到用户登录的话,就不能像Web系统那样依赖于Web容器来管理Session了,因为APP每发一次 ...
- 转 基于Quick-cocos2dx 2.2.3 的动态更新实现完整篇。(打包,服务器接口,模块自更新
1,如何设计更新服务器接口. 2,不改变原框架的代码的情况下如何实现更新,并且可以实现精确的进度. 3,如何按照版本打包. 4,如何跨n个小版本更新. 5,版本回滚. 6,如何更新你的自动更新模块和f ...
- RestKit ,一个用于更好支持RESTful风格服务器接口的iOS库
简介 RestKit 是一个用于更好支持RESTful风格服务器接口的iOS库,可直接将联网获取的json/xml数据转换为iOS对象. 项目主页: RestKit 最新示例: 点击下载 注意: 如果 ...
- nodemailer发送邮件遇到的一些问题
使用nodemailer发送邮件一直困惑了我好几天,百度谷歌都没有找到的几个问题,方便大家排查. 我使用的是0.7.1版本,其他的版本好像报错,就没用. 错误信息:Mail from command ...
- 分享淘宝时间服务器同步时间接口api和苏宁时间服务器接口api
最近要开发一款抢购秒杀的小工具,需要同步系统时间,这里分享两个时间服务器接口api给大家: 1.淘宝时间服务器时间接口 http://api.m.taobao.com/rest/api3.do?api ...
- express利用nodemailer发送邮件(163邮箱)
Nodemailer 是一个简单易用的Node.js邮件发送组件 首先安装这个组件 npm install nodemailer --save 安装之后,可以在某个get请求下,发送邮件,具体路由代码 ...
- 使用nodemailer发送邮件
今天闲来无事,一时兴起看了下如果使用javascript来发送邮件.经过调研发现,nodeJs可以实现这个功能. 具体的步骤如下: 1.安装依赖 npm install nodemailer -g ( ...
- web service client端调用服务器接口
打开项目的web service client 其中wsdl URL http://www.51testing.com/html/55/67755-848510.html 去这里面查找一些公开的 ...
- [PHP] PHP服务器接口SAPI中的结构体
SAPI:在各个服务器抽象层之间遵守着相同的约定,这里我们称之为SAPI接口.例如命令行程序的实现,Apache的mod_php模块实现以及fastcgi的实现等等 1.结构体:使用结构体(Struc ...
随机推荐
- Django中的 动态URL配置
举个例子,一家在线书店会为每一本书提供一个URL,如:/books/243/./books/81196/. 让我们创建第三个视图来显示当前时间和加上时间偏差量的时间,设计是这样的: /time/plu ...
- scrapy抓取的中文结果乱码解决办法
使用scrapy抓取的结果,中文默认是Unicode,无法显示中文. 中文默认是Unicode,如: \u5317\u4eac\u5927\u5b66 在setting文件中设置: FEED_EXPO ...
- FPGA大公司面试笔试数电部分,看看你会多少
1:什么是同步逻辑和异步逻辑?(汉王) 同步逻辑是时钟之间有固定的因果关系.异步逻辑是各时钟之间没有固定的因果关系. 答案应该与上面问题一致 [补充]:同步时序逻辑电路的特点:各触发器的时钟端全部连接 ...
- C# 版 防止 DNS 污染,获取域名真实 IP 地址
using System; using System.Collections.Generic; using System.IO; using System.Net; using System.Net. ...
- 折腾gcc/g++链接时.o文件及库的顺序问题(转)
转自: http://www.cnblogs.com/OCaml/archive/2012/06/18/2554086.html#sec-1-1 折腾gcc/g++链接时.o文件及库的顺序问题 Tab ...
- Reveal使用教程
Reveal使用教程 Reveal是用于透视程序整体结构的一个软件,软件收费89美刀,试用期30天,不过好在有破解版,无需担心花钱的问题 在然后呢,软件在哪下,可以在我的github上下载到破解版本 ...
- tensorflow之损失函数
#coding:utf-8 __author__ = 'similarface' import tensorflow as tf sess=tf.Session() #max(features, 0) ...
- js上传控件 plupload 使用记录
最近一个项目需要使用一个上传控件进行多图片上传,给用户更好的体验,找到了plupload,用了一下感觉还是不错的, 1.从官网上 可以获得例子 ,我集成到了jsp,如下: <%@ page l ...
- linux学习笔记9--命令cat
cat命令的用途是连接文件或标准输入并打印.这个命令常用来显示文件内容,或者将几个文件连接起来显示,或者从标准输入读取内容并显示,它常与重定向符号配合使用. cat命令连接文件并打印到标准输出设备上, ...
- docker构建测试环境
构建测试环境首先要根据自己的需求,构建出适合自己项目的image,有了自己的image,就可以快速的搭建出来一套测试环境了. 下边就说一下构建image的两种方式. 1.DOCKFILE创建文件夹:m ...