set MAIL_DOMAIN in email addon as well

This commit is contained in:
Girish Ramakrishnan
2016-05-12 23:34:35 -07:00
parent 0f2037513b
commit fdb951c9e5
+2 -1
View File
@@ -382,7 +382,8 @@ function setupEmail(app, options, callback) {
'MAIL_SMTP_SERVER=' + config.mailFqdn(),
'MAIL_SMTP_PORT=587',
'MAIL_IMAP_SERVER=' + config.mailFqdn(),
'MAIL_IMAP_PORT=993'
'MAIL_IMAP_PORT=993',
'MAIL_DOMAIN=' + config.fqdn()
];
debugApp(app, 'Setting up Email');