1{
2    "1und1": {
3        "host": "smtp.1und1.de",
4        "port": 465,
5        "secure": true,
6        "authMethod": "LOGIN"
7    },
8
9    "AOL": {
10        "domains": ["aol.com"],
11        "host": "smtp.aol.com",
12        "port": 587
13    },
14
15    "DebugMail": {
16        "host": "debugmail.io",
17        "port": 25
18    },
19
20    "DynectEmail": {
21        "aliases": ["Dynect"],
22        "host": "smtp.dynect.net",
23        "port": 25
24    },
25
26    "Ethereal": {
27        "aliases": ["ethereal.email"],
28        "host": "smtp.ethereal.email",
29        "port": 587
30    },
31
32    "FastMail": {
33        "domains": ["fastmail.fm"],
34        "host": "smtp.fastmail.com",
35        "port": 465,
36        "secure": true
37    },
38
39    "GandiMail": {
40        "aliases": ["Gandi", "Gandi Mail"],
41        "host": "mail.gandi.net",
42        "port": 587
43    },
44
45    "Gmail": {
46        "aliases": ["Google Mail"],
47        "domains": ["gmail.com", "googlemail.com"],
48        "host": "smtp.gmail.com",
49        "port": 465,
50        "secure": true
51    },
52
53    "Godaddy": {
54        "host": "smtpout.secureserver.net",
55        "port": 25
56    },
57
58    "GodaddyAsia": {
59        "host": "smtp.asia.secureserver.net",
60        "port": 25
61    },
62
63    "GodaddyEurope": {
64        "host": "smtp.europe.secureserver.net",
65        "port": 25
66    },
67
68    "hot.ee": {
69        "host": "mail.hot.ee"
70    },
71
72    "Hotmail": {
73        "aliases": ["Outlook", "Outlook.com", "Hotmail.com"],
74        "domains": ["hotmail.com", "outlook.com"],
75        "host": "smtp.live.com",
76        "port": 587
77    },
78
79    "iCloud": {
80        "aliases": ["Me", "Mac"],
81        "domains": ["me.com", "mac.com"],
82        "host": "smtp.mail.me.com",
83        "port": 587
84    },
85
86    "mail.ee": {
87        "host": "smtp.mail.ee"
88    },
89
90    "Mail.ru": {
91        "host": "smtp.mail.ru",
92        "port": 465,
93        "secure": true
94    },
95
96    "Maildev": {
97        "port": 1025,
98        "ignoreTLS": true
99    },
100
101    "Mailgun": {
102        "host": "smtp.mailgun.org",
103        "port": 465,
104        "secure": true
105    },
106
107    "Mailjet": {
108        "host": "in.mailjet.com",
109        "port": 587
110    },
111
112    "Mailosaur": {
113        "host": "mailosaur.io",
114        "port": 25
115    },
116
117    "Mailtrap": {
118        "host": "smtp.mailtrap.io",
119        "port": 2525
120    },
121
122    "Mandrill": {
123        "host": "smtp.mandrillapp.com",
124        "port": 587
125    },
126
127    "Naver": {
128        "host": "smtp.naver.com",
129        "port": 587
130    },
131
132    "One": {
133        "host": "send.one.com",
134        "port": 465,
135        "secure": true
136    },
137
138    "OpenMailBox": {
139        "aliases": ["OMB", "openmailbox.org"],
140        "host": "smtp.openmailbox.org",
141        "port": 465,
142        "secure": true
143    },
144
145    "Outlook365": {
146        "host": "smtp.office365.com",
147        "port": 587,
148        "secure": false
149    },
150
151    "OhMySMTP": {
152        "host": "smtp.ohmysmtp.com",
153        "port": 587,
154        "secure": false
155    },
156
157    "Postmark": {
158        "aliases": ["PostmarkApp"],
159        "host": "smtp.postmarkapp.com",
160        "port": 2525
161    },
162
163    "qiye.aliyun": {
164        "host": "smtp.mxhichina.com",
165        "port": "465",
166        "secure": true
167    },
168
169    "QQ": {
170        "domains": ["qq.com"],
171        "host": "smtp.qq.com",
172        "port": 465,
173        "secure": true
174    },
175
176    "QQex": {
177        "aliases": ["QQ Enterprise"],
178        "domains": ["exmail.qq.com"],
179        "host": "smtp.exmail.qq.com",
180        "port": 465,
181        "secure": true
182    },
183
184    "SendCloud": {
185        "host": "smtpcloud.sohu.com",
186        "port": 25
187    },
188
189    "SendGrid": {
190        "host": "smtp.sendgrid.net",
191        "port": 587
192    },
193
194    "SendinBlue": {
195        "host": "smtp-relay.sendinblue.com",
196        "port": 587
197    },
198
199    "SendPulse": {
200        "host": "smtp-pulse.com",
201        "port": 465,
202        "secure": true
203    },
204
205    "SES": {
206        "host": "email-smtp.us-east-1.amazonaws.com",
207        "port": 465,
208        "secure": true
209    },
210
211    "SES-US-EAST-1": {
212        "host": "email-smtp.us-east-1.amazonaws.com",
213        "port": 465,
214        "secure": true
215    },
216
217    "SES-US-WEST-2": {
218        "host": "email-smtp.us-west-2.amazonaws.com",
219        "port": 465,
220        "secure": true
221    },
222
223    "SES-EU-WEST-1": {
224        "host": "email-smtp.eu-west-1.amazonaws.com",
225        "port": 465,
226        "secure": true
227    },
228
229    "Sparkpost": {
230        "aliases": ["SparkPost", "SparkPost Mail"],
231        "domains": ["sparkpost.com"],
232        "host": "smtp.sparkpostmail.com",
233        "port": 587,
234        "secure": false
235    },
236
237    "Tipimail": {
238        "host": "smtp.tipimail.com",
239        "port": 587
240    },
241
242    "Yahoo": {
243        "domains": ["yahoo.com"],
244        "host": "smtp.mail.yahoo.com",
245        "port": 465,
246        "secure": true
247    },
248
249    "Yandex": {
250        "domains": ["yandex.ru"],
251        "host": "smtp.yandex.ru",
252        "port": 465,
253        "secure": true
254    },
255
256    "Zoho": {
257        "host": "smtp.zoho.com",
258        "port": 465,
259        "secure": true,
260        "authMethod": "LOGIN"
261    },
262
263    "126": {
264        "host": "smtp.126.com",
265        "port": 465,
266        "secure": true
267    },
268
269    "163": {
270        "host": "smtp.163.com",
271        "port": 465,
272        "secure": true
273    }
274}
275