Added customizable notify-mail-to

This commit is contained in:
Kasper Rynning-Tønnesen
2018-03-06 16:04:44 +01:00
parent 1774efd26c
commit ee085bcf07
2 changed files with 3 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ var mail_config = {
},
from: 'no-reply@zoff.me',
to: 'contact@zoff.me'
notify_mail: 'notify@mail.example',
};
module.exports = mail_config;