mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Don't require the mailconfig, but log out in the console that it wont be enabled.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user