Updated Troubleshooting Mail (markdown)

Lauri Ojansivu 2022-01-18 03:33:21 +02:00
parent 833c7ff54d
commit 21ae83d856

@ -11,7 +11,7 @@ If you can't get your email server working with smtp/stmps or MAIL_SERVICE, look
For example, for https://nodemailer.com/smtp/
1) Install node.js 12.22.6
1) Install node.js 12.x
2) Add to top of code example: `var nodemailer = require('nodemailer');`
3) Install nodemailer: `npm install nodemailer`
4) send email: `node email.js`