Don't require the mailconfig, but log out in the console that it wont be enabled.

This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-10 16:45:59 +01:00
parent 4e58c0a77f
commit adf72fa296
2 changed files with 60 additions and 52 deletions

View File

@@ -1,3 +1,9 @@
/**
*
* Have a look at nodemailer's config on how to set this up https://nodemailer.com/about/
*
*/
var mail_config = {
port: 587,
host: 'smtp.example.com',