diff --git a/Troubleshooting-Mail.md b/Troubleshooting-Mail.md index cf3f5a7..7413ae7 100644 --- a/Troubleshooting-Mail.md +++ b/Troubleshooting-Mail.md @@ -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`