add MAIL_SMTP_PASSWORD

This commit is contained in:
Girish Ramakrishnan
2016-03-25 23:14:09 -07:00
parent f8c683f451
commit ead076bd9f
+1
View File
@@ -394,6 +394,7 @@ function setupSendMail(app, options, callback) {
'MAIL_SMTP_SERVER=mail',
'MAIL_SMTP_PORT=2500', // if you change this, change the mail container
'MAIL_SMTP_USERNAME=' + username,
'MAIL_SMTP_PASSWORD=' + hat(256), // this is ignored
'MAIL_DOMAIN=' + config.fqdn()
];