mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Updated Troubleshooting Mail (markdown)
parent
833c7ff54d
commit
21ae83d856
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue