meteor3: nodemailer 4 -> 6.10
Drop-in for our usage: email.js only does createTransport(MAIL_URL) and reads
transport.options.auth.user (production-only from() branch) — both verified
identical in v6 (createTransport from a URL still populates options.auth.user).
Actual sending goes through ostrio:mailer (MailTime 2.5), v6-compatible. Mail
server inits clean ('I'm the mail server'); REST smoke byte-identical (12/12).
This commit is contained in:
parent
4ca7e198d3
commit
0711416300
3 changed files with 7 additions and 6 deletions
|
|
@ -51,7 +51,7 @@
|
|||
"moment-timezone": "^0.5.14",
|
||||
"node-geocoder": "^3.21.1",
|
||||
"node-gyp": "^3.7.0",
|
||||
"nodemailer": "^4.4.2",
|
||||
"nodemailer": "^6.10.1",
|
||||
"npm": "^5.8.0",
|
||||
"pm2-master": "^1.1.3",
|
||||
"popper.js": "^1.12.7",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue