aiplang 2.0.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (53) hide show
  1. package/bin/aiplang.js +7 -7
  2. package/package.json +7 -5
  3. package/server/node_modules/.package-lock.json +9 -0
  4. package/server/node_modules/nodemailer/.gitattributes +6 -0
  5. package/server/node_modules/nodemailer/.ncurc.js +9 -0
  6. package/server/node_modules/nodemailer/.prettierignore +8 -0
  7. package/server/node_modules/nodemailer/.prettierrc +12 -0
  8. package/server/node_modules/nodemailer/.prettierrc.js +10 -0
  9. package/server/node_modules/nodemailer/.release-please-config.json +9 -0
  10. package/server/node_modules/nodemailer/CHANGELOG.md +976 -0
  11. package/server/node_modules/nodemailer/CODE_OF_CONDUCT.md +76 -0
  12. package/server/node_modules/nodemailer/LICENSE +16 -0
  13. package/server/node_modules/nodemailer/README.md +86 -0
  14. package/server/node_modules/nodemailer/SECURITY.txt +22 -0
  15. package/server/node_modules/nodemailer/eslint.config.js +88 -0
  16. package/server/node_modules/nodemailer/lib/addressparser/index.js +382 -0
  17. package/server/node_modules/nodemailer/lib/base64/index.js +140 -0
  18. package/server/node_modules/nodemailer/lib/dkim/index.js +245 -0
  19. package/server/node_modules/nodemailer/lib/dkim/message-parser.js +154 -0
  20. package/server/node_modules/nodemailer/lib/dkim/relaxed-body.js +154 -0
  21. package/server/node_modules/nodemailer/lib/dkim/sign.js +116 -0
  22. package/server/node_modules/nodemailer/lib/errors.js +58 -0
  23. package/server/node_modules/nodemailer/lib/fetch/cookies.js +276 -0
  24. package/server/node_modules/nodemailer/lib/fetch/index.js +278 -0
  25. package/server/node_modules/nodemailer/lib/json-transport/index.js +82 -0
  26. package/server/node_modules/nodemailer/lib/mail-composer/index.js +599 -0
  27. package/server/node_modules/nodemailer/lib/mailer/index.js +446 -0
  28. package/server/node_modules/nodemailer/lib/mailer/mail-message.js +312 -0
  29. package/server/node_modules/nodemailer/lib/mime-funcs/index.js +610 -0
  30. package/server/node_modules/nodemailer/lib/mime-funcs/mime-types.js +2109 -0
  31. package/server/node_modules/nodemailer/lib/mime-node/index.js +1334 -0
  32. package/server/node_modules/nodemailer/lib/mime-node/last-newline.js +33 -0
  33. package/server/node_modules/nodemailer/lib/mime-node/le-unix.js +40 -0
  34. package/server/node_modules/nodemailer/lib/mime-node/le-windows.js +49 -0
  35. package/server/node_modules/nodemailer/lib/nodemailer.js +151 -0
  36. package/server/node_modules/nodemailer/lib/punycode/index.js +460 -0
  37. package/server/node_modules/nodemailer/lib/qp/index.js +230 -0
  38. package/server/node_modules/nodemailer/lib/sendmail-transport/index.js +205 -0
  39. package/server/node_modules/nodemailer/lib/ses-transport/index.js +223 -0
  40. package/server/node_modules/nodemailer/lib/shared/index.js +698 -0
  41. package/server/node_modules/nodemailer/lib/smtp-connection/data-stream.js +105 -0
  42. package/server/node_modules/nodemailer/lib/smtp-connection/http-proxy-client.js +144 -0
  43. package/server/node_modules/nodemailer/lib/smtp-connection/index.js +1903 -0
  44. package/server/node_modules/nodemailer/lib/smtp-pool/index.js +641 -0
  45. package/server/node_modules/nodemailer/lib/smtp-pool/pool-resource.js +256 -0
  46. package/server/node_modules/nodemailer/lib/smtp-transport/index.js +402 -0
  47. package/server/node_modules/nodemailer/lib/stream-transport/index.js +135 -0
  48. package/server/node_modules/nodemailer/lib/well-known/index.js +47 -0
  49. package/server/node_modules/nodemailer/lib/well-known/services.json +619 -0
  50. package/server/node_modules/nodemailer/lib/xoauth2/index.js +436 -0
  51. package/server/node_modules/nodemailer/package.json +48 -0
  52. package/server/server.js +686 -865
  53. /package/{FLUX-PROJECT-KNOWLEDGE.md → aiplang-knowledge.md} +0 -0
@@ -0,0 +1,619 @@
1
+ {
2
+ "1und1": {
3
+ "description": "1&1 Mail (German hosting provider)",
4
+ "host": "smtp.1und1.de",
5
+ "port": 465,
6
+ "secure": true,
7
+ "authMethod": "LOGIN"
8
+ },
9
+
10
+ "126": {
11
+ "description": "126 Mail (NetEase)",
12
+ "host": "smtp.126.com",
13
+ "port": 465,
14
+ "secure": true
15
+ },
16
+
17
+ "163": {
18
+ "description": "163 Mail (NetEase)",
19
+ "host": "smtp.163.com",
20
+ "port": 465,
21
+ "secure": true
22
+ },
23
+
24
+ "Aliyun": {
25
+ "description": "Alibaba Cloud Mail",
26
+ "domains": ["aliyun.com"],
27
+ "host": "smtp.aliyun.com",
28
+ "port": 465,
29
+ "secure": true
30
+ },
31
+
32
+ "AliyunQiye": {
33
+ "description": "Alibaba Cloud Enterprise Mail",
34
+ "host": "smtp.qiye.aliyun.com",
35
+ "port": 465,
36
+ "secure": true
37
+ },
38
+
39
+ "AOL": {
40
+ "description": "AOL Mail",
41
+ "domains": ["aol.com"],
42
+ "host": "smtp.aol.com",
43
+ "port": 587
44
+ },
45
+
46
+ "Aruba": {
47
+ "description": "Aruba PEC (Italian email provider)",
48
+ "domains": ["aruba.it", "pec.aruba.it"],
49
+ "aliases": ["Aruba PEC"],
50
+ "host": "smtps.aruba.it",
51
+ "port": 465,
52
+ "secure": true,
53
+ "authMethod": "LOGIN"
54
+ },
55
+
56
+ "Bluewin": {
57
+ "description": "Bluewin (Swiss email provider)",
58
+ "host": "smtpauths.bluewin.ch",
59
+ "domains": ["bluewin.ch"],
60
+ "port": 465
61
+ },
62
+
63
+ "BOL": {
64
+ "description": "BOL Mail (Brazilian provider)",
65
+ "domains": ["bol.com.br"],
66
+ "host": "smtp.bol.com.br",
67
+ "port": 587,
68
+ "requireTLS": true
69
+ },
70
+
71
+ "DebugMail": {
72
+ "description": "DebugMail (email testing service)",
73
+ "host": "debugmail.io",
74
+ "port": 25
75
+ },
76
+
77
+ "Disroot": {
78
+ "description": "Disroot (privacy-focused provider)",
79
+ "domains": ["disroot.org"],
80
+ "host": "disroot.org",
81
+ "port": 587,
82
+ "secure": false,
83
+ "authMethod": "LOGIN"
84
+ },
85
+
86
+ "DynectEmail": {
87
+ "description": "Dyn Email Delivery",
88
+ "aliases": ["Dynect"],
89
+ "host": "smtp.dynect.net",
90
+ "port": 25
91
+ },
92
+
93
+ "ElasticEmail": {
94
+ "description": "Elastic Email",
95
+ "aliases": ["Elastic Email"],
96
+ "host": "smtp.elasticemail.com",
97
+ "port": 465,
98
+ "secure": true
99
+ },
100
+
101
+ "Ethereal": {
102
+ "description": "Ethereal Email (email testing service)",
103
+ "aliases": ["ethereal.email"],
104
+ "host": "smtp.ethereal.email",
105
+ "port": 587
106
+ },
107
+
108
+ "FastMail": {
109
+ "description": "FastMail",
110
+ "domains": ["fastmail.fm"],
111
+ "host": "smtp.fastmail.com",
112
+ "port": 465,
113
+ "secure": true
114
+ },
115
+
116
+ "Feishu Mail": {
117
+ "description": "Feishu Mail (Lark)",
118
+ "aliases": ["Feishu", "FeishuMail"],
119
+ "domains": ["www.feishu.cn"],
120
+ "host": "smtp.feishu.cn",
121
+ "port": 465,
122
+ "secure": true
123
+ },
124
+
125
+ "Forward Email": {
126
+ "description": "Forward Email (email forwarding service)",
127
+ "aliases": ["FE", "ForwardEmail"],
128
+ "domains": ["forwardemail.net"],
129
+ "host": "smtp.forwardemail.net",
130
+ "port": 465,
131
+ "secure": true
132
+ },
133
+
134
+ "GandiMail": {
135
+ "description": "Gandi Mail",
136
+ "aliases": ["Gandi", "Gandi Mail"],
137
+ "host": "mail.gandi.net",
138
+ "port": 587
139
+ },
140
+
141
+ "Gmail": {
142
+ "description": "Gmail",
143
+ "aliases": ["Google Mail"],
144
+ "domains": ["gmail.com", "googlemail.com"],
145
+ "host": "smtp.gmail.com",
146
+ "port": 465,
147
+ "secure": true
148
+ },
149
+
150
+ "GmailWorkspace": {
151
+ "description": "Gmail Workspace",
152
+ "aliases": ["Google Workspace Mail"],
153
+ "host": "smtp-relay.gmail.com",
154
+ "port": 465,
155
+ "secure": true
156
+ },
157
+
158
+ "GMX": {
159
+ "description": "GMX Mail",
160
+ "domains": ["gmx.com", "gmx.net", "gmx.de"],
161
+ "host": "mail.gmx.com",
162
+ "port": 587
163
+ },
164
+
165
+ "Godaddy": {
166
+ "description": "GoDaddy Email (US)",
167
+ "host": "smtpout.secureserver.net",
168
+ "port": 25
169
+ },
170
+
171
+ "GodaddyAsia": {
172
+ "description": "GoDaddy Email (Asia)",
173
+ "host": "smtp.asia.secureserver.net",
174
+ "port": 25
175
+ },
176
+
177
+ "GodaddyEurope": {
178
+ "description": "GoDaddy Email (Europe)",
179
+ "host": "smtp.europe.secureserver.net",
180
+ "port": 25
181
+ },
182
+
183
+ "hot.ee": {
184
+ "description": "Hot.ee (Estonian email provider)",
185
+ "host": "mail.hot.ee"
186
+ },
187
+
188
+ "Hotmail": {
189
+ "description": "Outlook.com / Hotmail",
190
+ "aliases": ["Outlook", "Outlook.com", "Hotmail.com"],
191
+ "domains": ["hotmail.com", "outlook.com"],
192
+ "host": "smtp-mail.outlook.com",
193
+ "port": 587
194
+ },
195
+
196
+ "iCloud": {
197
+ "description": "iCloud Mail",
198
+ "aliases": ["Me", "Mac"],
199
+ "domains": ["me.com", "mac.com"],
200
+ "host": "smtp.mail.me.com",
201
+ "port": 587
202
+ },
203
+
204
+ "Infomaniak": {
205
+ "description": "Infomaniak Mail (Swiss hosting provider)",
206
+ "host": "mail.infomaniak.com",
207
+ "domains": ["ik.me", "ikmail.com", "etik.com"],
208
+ "port": 587
209
+ },
210
+
211
+ "KolabNow": {
212
+ "description": "KolabNow (secure email service)",
213
+ "domains": ["kolabnow.com"],
214
+ "aliases": ["Kolab"],
215
+ "host": "smtp.kolabnow.com",
216
+ "port": 465,
217
+ "secure": true,
218
+ "authMethod": "LOGIN"
219
+ },
220
+
221
+ "Loopia": {
222
+ "description": "Loopia (Swedish hosting provider)",
223
+ "host": "mailcluster.loopia.se",
224
+ "port": 465
225
+ },
226
+
227
+ "Loops": {
228
+ "description": "Loops",
229
+ "host": "smtp.loops.so",
230
+ "port": 587
231
+ },
232
+
233
+ "mail.ee": {
234
+ "description": "Mail.ee (Estonian email provider)",
235
+ "host": "smtp.mail.ee"
236
+ },
237
+
238
+ "Mail.ru": {
239
+ "description": "Mail.ru",
240
+ "host": "smtp.mail.ru",
241
+ "port": 465,
242
+ "secure": true
243
+ },
244
+
245
+ "Mailcatch.app": {
246
+ "description": "Mailcatch (email testing service)",
247
+ "host": "sandbox-smtp.mailcatch.app",
248
+ "port": 2525
249
+ },
250
+
251
+ "Maildev": {
252
+ "description": "MailDev (local email testing)",
253
+ "port": 1025,
254
+ "ignoreTLS": true
255
+ },
256
+
257
+ "MailerSend": {
258
+ "description": "MailerSend",
259
+ "host": "smtp.mailersend.net",
260
+ "port": 587
261
+ },
262
+
263
+ "Mailgun": {
264
+ "description": "Mailgun",
265
+ "host": "smtp.mailgun.org",
266
+ "port": 465,
267
+ "secure": true
268
+ },
269
+
270
+ "Mailjet": {
271
+ "description": "Mailjet",
272
+ "host": "in.mailjet.com",
273
+ "port": 587
274
+ },
275
+
276
+ "Mailosaur": {
277
+ "description": "Mailosaur (email testing service)",
278
+ "host": "mailosaur.io",
279
+ "port": 25
280
+ },
281
+
282
+ "Mailtrap": {
283
+ "description": "Mailtrap",
284
+ "host": "live.smtp.mailtrap.io",
285
+ "port": 587
286
+ },
287
+
288
+ "Mandrill": {
289
+ "description": "Mandrill (by Mailchimp)",
290
+ "host": "smtp.mandrillapp.com",
291
+ "port": 587
292
+ },
293
+
294
+ "Naver": {
295
+ "description": "Naver Mail (Korean email provider)",
296
+ "host": "smtp.naver.com",
297
+ "port": 587
298
+ },
299
+
300
+ "OhMySMTP": {
301
+ "description": "OhMySMTP (email delivery service)",
302
+ "host": "smtp.ohmysmtp.com",
303
+ "port": 587,
304
+ "secure": false
305
+ },
306
+
307
+ "One": {
308
+ "description": "One.com Email",
309
+ "host": "send.one.com",
310
+ "port": 465,
311
+ "secure": true
312
+ },
313
+
314
+ "OpenMailBox": {
315
+ "description": "OpenMailBox",
316
+ "aliases": ["OMB", "openmailbox.org"],
317
+ "host": "smtp.openmailbox.org",
318
+ "port": 465,
319
+ "secure": true
320
+ },
321
+
322
+ "Outlook365": {
323
+ "description": "Microsoft 365 / Office 365",
324
+ "host": "smtp.office365.com",
325
+ "port": 587,
326
+ "secure": false
327
+ },
328
+
329
+ "Postmark": {
330
+ "description": "Postmark",
331
+ "aliases": ["PostmarkApp"],
332
+ "host": "smtp.postmarkapp.com",
333
+ "port": 2525
334
+ },
335
+
336
+ "Proton": {
337
+ "description": "Proton Mail",
338
+ "aliases": ["ProtonMail", "Proton.me", "Protonmail.com", "Protonmail.ch"],
339
+ "domains": ["proton.me", "protonmail.com", "pm.me", "protonmail.ch"],
340
+ "host": "smtp.protonmail.ch",
341
+ "port": 587,
342
+ "requireTLS": true
343
+ },
344
+
345
+ "qiye.aliyun": {
346
+ "description": "Alibaba Mail Enterprise Edition",
347
+ "host": "smtp.mxhichina.com",
348
+ "port": "465",
349
+ "secure": true
350
+ },
351
+
352
+ "QQ": {
353
+ "description": "QQ Mail",
354
+ "domains": ["qq.com"],
355
+ "host": "smtp.qq.com",
356
+ "port": 465,
357
+ "secure": true
358
+ },
359
+
360
+ "QQex": {
361
+ "description": "QQ Enterprise Mail",
362
+ "aliases": ["QQ Enterprise"],
363
+ "domains": ["exmail.qq.com"],
364
+ "host": "smtp.exmail.qq.com",
365
+ "port": 465,
366
+ "secure": true
367
+ },
368
+
369
+ "Resend": {
370
+ "description": "Resend",
371
+ "host": "smtp.resend.com",
372
+ "port": 465,
373
+ "secure": true
374
+ },
375
+
376
+ "Runbox": {
377
+ "description": "Runbox (Norwegian email provider)",
378
+ "domains": ["runbox.com"],
379
+ "host": "smtp.runbox.com",
380
+ "port": 465,
381
+ "secure": true
382
+ },
383
+
384
+ "SendCloud": {
385
+ "description": "SendCloud (Chinese email delivery)",
386
+ "host": "smtp.sendcloud.net",
387
+ "port": 2525
388
+ },
389
+
390
+ "SendGrid": {
391
+ "description": "SendGrid",
392
+ "host": "smtp.sendgrid.net",
393
+ "port": 587
394
+ },
395
+
396
+ "SendinBlue": {
397
+ "description": "Brevo (formerly Sendinblue)",
398
+ "aliases": ["Brevo"],
399
+ "host": "smtp-relay.brevo.com",
400
+ "port": 587
401
+ },
402
+
403
+ "SendPulse": {
404
+ "description": "SendPulse",
405
+ "host": "smtp-pulse.com",
406
+ "port": 465,
407
+ "secure": true
408
+ },
409
+
410
+ "SES": {
411
+ "description": "AWS SES US East (N. Virginia)",
412
+ "host": "email-smtp.us-east-1.amazonaws.com",
413
+ "port": 465,
414
+ "secure": true
415
+ },
416
+
417
+ "SES-AP-NORTHEAST-1": {
418
+ "description": "AWS SES Asia Pacific (Tokyo)",
419
+ "host": "email-smtp.ap-northeast-1.amazonaws.com",
420
+ "port": 465,
421
+ "secure": true
422
+ },
423
+
424
+ "SES-AP-NORTHEAST-2": {
425
+ "description": "AWS SES Asia Pacific (Seoul)",
426
+ "host": "email-smtp.ap-northeast-2.amazonaws.com",
427
+ "port": 465,
428
+ "secure": true
429
+ },
430
+
431
+ "SES-AP-NORTHEAST-3": {
432
+ "description": "AWS SES Asia Pacific (Osaka)",
433
+ "host": "email-smtp.ap-northeast-3.amazonaws.com",
434
+ "port": 465,
435
+ "secure": true
436
+ },
437
+
438
+ "SES-AP-SOUTH-1": {
439
+ "description": "AWS SES Asia Pacific (Mumbai)",
440
+ "host": "email-smtp.ap-south-1.amazonaws.com",
441
+ "port": 465,
442
+ "secure": true
443
+ },
444
+
445
+ "SES-AP-SOUTHEAST-1": {
446
+ "description": "AWS SES Asia Pacific (Singapore)",
447
+ "host": "email-smtp.ap-southeast-1.amazonaws.com",
448
+ "port": 465,
449
+ "secure": true
450
+ },
451
+
452
+ "SES-AP-SOUTHEAST-2": {
453
+ "description": "AWS SES Asia Pacific (Sydney)",
454
+ "host": "email-smtp.ap-southeast-2.amazonaws.com",
455
+ "port": 465,
456
+ "secure": true
457
+ },
458
+
459
+ "SES-CA-CENTRAL-1": {
460
+ "description": "AWS SES Canada (Central)",
461
+ "host": "email-smtp.ca-central-1.amazonaws.com",
462
+ "port": 465,
463
+ "secure": true
464
+ },
465
+
466
+ "SES-EU-CENTRAL-1": {
467
+ "description": "AWS SES Europe (Frankfurt)",
468
+ "host": "email-smtp.eu-central-1.amazonaws.com",
469
+ "port": 465,
470
+ "secure": true
471
+ },
472
+
473
+ "SES-EU-NORTH-1": {
474
+ "description": "AWS SES Europe (Stockholm)",
475
+ "host": "email-smtp.eu-north-1.amazonaws.com",
476
+ "port": 465,
477
+ "secure": true
478
+ },
479
+
480
+ "SES-EU-WEST-1": {
481
+ "description": "AWS SES Europe (Ireland)",
482
+ "host": "email-smtp.eu-west-1.amazonaws.com",
483
+ "port": 465,
484
+ "secure": true
485
+ },
486
+
487
+ "SES-EU-WEST-2": {
488
+ "description": "AWS SES Europe (London)",
489
+ "host": "email-smtp.eu-west-2.amazonaws.com",
490
+ "port": 465,
491
+ "secure": true
492
+ },
493
+
494
+ "SES-EU-WEST-3": {
495
+ "description": "AWS SES Europe (Paris)",
496
+ "host": "email-smtp.eu-west-3.amazonaws.com",
497
+ "port": 465,
498
+ "secure": true
499
+ },
500
+
501
+ "SES-SA-EAST-1": {
502
+ "description": "AWS SES South America (São Paulo)",
503
+ "host": "email-smtp.sa-east-1.amazonaws.com",
504
+ "port": 465,
505
+ "secure": true
506
+ },
507
+
508
+ "SES-US-EAST-1": {
509
+ "description": "AWS SES US East (N. Virginia)",
510
+ "host": "email-smtp.us-east-1.amazonaws.com",
511
+ "port": 465,
512
+ "secure": true
513
+ },
514
+
515
+ "SES-US-EAST-2": {
516
+ "description": "AWS SES US East (Ohio)",
517
+ "host": "email-smtp.us-east-2.amazonaws.com",
518
+ "port": 465,
519
+ "secure": true
520
+ },
521
+
522
+ "SES-US-GOV-EAST-1": {
523
+ "description": "AWS SES GovCloud (US-East)",
524
+ "host": "email-smtp.us-gov-east-1.amazonaws.com",
525
+ "port": 465,
526
+ "secure": true
527
+ },
528
+
529
+ "SES-US-GOV-WEST-1": {
530
+ "description": "AWS SES GovCloud (US-West)",
531
+ "host": "email-smtp.us-gov-west-1.amazonaws.com",
532
+ "port": 465,
533
+ "secure": true
534
+ },
535
+
536
+ "SES-US-WEST-1": {
537
+ "description": "AWS SES US West (N. California)",
538
+ "host": "email-smtp.us-west-1.amazonaws.com",
539
+ "port": 465,
540
+ "secure": true
541
+ },
542
+
543
+ "SES-US-WEST-2": {
544
+ "description": "AWS SES US West (Oregon)",
545
+ "host": "email-smtp.us-west-2.amazonaws.com",
546
+ "port": 465,
547
+ "secure": true
548
+ },
549
+
550
+ "Seznam": {
551
+ "description": "Seznam Email (Czech email provider)",
552
+ "aliases": ["Seznam Email"],
553
+ "domains": ["seznam.cz", "email.cz", "post.cz", "spoluzaci.cz"],
554
+ "host": "smtp.seznam.cz",
555
+ "port": 465,
556
+ "secure": true
557
+ },
558
+
559
+ "SMTP2GO": {
560
+ "description": "SMTP2GO",
561
+ "host": "mail.smtp2go.com",
562
+ "port": 2525
563
+ },
564
+
565
+ "Sparkpost": {
566
+ "description": "SparkPost",
567
+ "aliases": ["SparkPost", "SparkPost Mail"],
568
+ "domains": ["sparkpost.com"],
569
+ "host": "smtp.sparkpostmail.com",
570
+ "port": 587,
571
+ "secure": false
572
+ },
573
+
574
+ "Tipimail": {
575
+ "description": "Tipimail (email delivery service)",
576
+ "host": "smtp.tipimail.com",
577
+ "port": 587
578
+ },
579
+
580
+ "Tutanota": {
581
+ "description": "Tutanota (Tuta Mail)",
582
+ "domains": ["tutanota.com", "tuta.com", "tutanota.de", "tuta.io"],
583
+ "host": "smtp.tutanota.com",
584
+ "port": 465,
585
+ "secure": true
586
+ },
587
+
588
+ "Yahoo": {
589
+ "description": "Yahoo Mail",
590
+ "domains": ["yahoo.com"],
591
+ "host": "smtp.mail.yahoo.com",
592
+ "port": 465,
593
+ "secure": true
594
+ },
595
+
596
+ "Yandex": {
597
+ "description": "Yandex Mail",
598
+ "domains": ["yandex.ru"],
599
+ "host": "smtp.yandex.ru",
600
+ "port": 465,
601
+ "secure": true
602
+ },
603
+
604
+ "Zimbra": {
605
+ "description": "Zimbra Mail Server",
606
+ "aliases": ["Zimbra Collaboration"],
607
+ "host": "smtp.zimbra.com",
608
+ "port": 587,
609
+ "requireTLS": true
610
+ },
611
+
612
+ "Zoho": {
613
+ "description": "Zoho Mail",
614
+ "host": "smtp.zoho.com",
615
+ "port": 465,
616
+ "secure": true,
617
+ "authMethod": "LOGIN"
618
+ }
619
+ }