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 ...
随机推荐
- 远程重启WIN服务器
- Mysql各种类型字段长度
1.数值类型 列类型 需要的存储量 TINYINT 1 字节 SMALLINT 2 个字节 MEDIUMINT 3 个字节 INT 4 个字节 INTEGER 4 个字节 BIGINT 8 个字节 F ...
- 【Android界面实现】Drawable Animation 使用介绍
转载请注明出处:http://blog.csdn.net/zhaokaiqiang1992 (眼下仅仅能用在View对象上的动画效果的实现有两种,一种就是上一篇的View Animat ...
- bashrc,bash_profile和/etc/profile
bashrc,bash_profile和/etc/profile 最近老出现在shell里面能跑的程序用鼠标双击app去不能跑.究其原因是因为环境变量的问题. 在类unix系统中一般有三个bash配置 ...
- ssh远程主机的免密登录配置
ssh经常登录远程主机,需要输入密码,很麻烦,怎样变懒呢? test environment: hostA:ubuntu14.04 username:frank ip:192.168.1. ...
- hMailServer之发送附件大小限制
hMailServer发送附件大小限制有以下几个地方: 1.php配置 参考 .post_max_size = 10M 表单提交最大数据为10M.此项不是限制上传单个文件的大小,而是针对整个表单的提交 ...
- mysql之内存表
一.引言 昨天下午老大让我查资料看一下mysql的内存表在主从备份中是否能被复制,我还没听说过内存表呢,于是上网查资料,记录一下,以便查阅.学习 二.进展 参考: http://www.cnblogs ...
- CCNA2.0笔记_STP
STP介绍 STP的主要任务是阻止在第二层网络(网桥或交换机)上产生网络环路(通过将特定的端口选为 Blocking state),来实现无环的拓扑 ; STP交换机之间使用Trunk连接 ; Cis ...
- 基于Java Mina框架的部标jt808服务器设计和开发
在开发部标GPS平台中,部标jt808GPS服务器是系统的核心关键,决定了部标平台的稳定性和行那个.Linux服务器是首选,为了跨平台,开发语言选择Java自不待言.需要购买jt808GPS服务器源码 ...
- listView里面添加gridview
package com.example.cc.ecustapp.Adapter; import android.content.Context;import android.util.DisplayM ...