aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/mail.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/mail.js b/config/mail.js
index 2518772..8fb6356 100644
--- a/config/mail.js
+++ b/config/mail.js
@@ -29,6 +29,7 @@ module.exports = {
29 port: Env.get('SMTP_PORT', '2525'), 29 port: Env.get('SMTP_PORT', '2525'),
30 host: Env.get('SMTP_HOST', 'localhost'), 30 host: Env.get('SMTP_HOST', 'localhost'),
31 secure: JSON.parse(Env.get('MAIL_SSL', 'false')), 31 secure: JSON.parse(Env.get('MAIL_SSL', 'false')),
32 requireTLS: JSON.parse(Env.get('MAIL_REQUIRE_TLS', 'false')),
32 authMethod: 'LOGIN', 33 authMethod: 'LOGIN',
33 auth: { 34 auth: {
34 user: Env.get('MAIL_USERNAME'), 35 user: Env.get('MAIL_USERNAME'),