Add /api/sign_up/send_verification_email.json endpoint, add step 3 of sign up process...
[ndcode_site.git] / _config / nodemailer_noreply.json
1 {
2   "host": "mail.ndcode.org",
3   "port": 587,
4   "secure": false,
5   "auth": {
6     "user": "noreply@ndcode.org",
7     "pass": "XXXNoreply12"
8   },
9   "requireTLS": true
10 }