aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/mail.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mail.js b/config/mail.js
index 1294aca..f128ce2 100644
--- a/config/mail.js
+++ b/config/mail.js
@@ -31,7 +31,7 @@ module.exports = {
31 port: Env.get('SMTP_PORT', 2525), 31 port: Env.get('SMTP_PORT', 2525),
32 host: Env.get('SMTP_HOST'), 32 host: Env.get('SMTP_HOST'),
33 secure: Env.get('SSL', false), // true for 465, false for other ports, 33 secure: Env.get('SSL', false), // true for 465, false for other ports,
34 authMethod: LOGIN, 34 authMethod: 'LOGIN',
35 auth: { 35 auth: {
36 user: Env.get('MAIL_USERNAME'), 36 user: Env.get('MAIL_USERNAME'),
37 pass: Env.get('MAIL_PASSWORD') 37 pass: Env.get('MAIL_PASSWORD')