From ec97988e9a8957c1476b45af21c3ac71a211a971 Mon Sep 17 00:00:00 2001 From: xthursdayx Date: Mon, 27 Jul 2020 16:12:53 -0400 Subject: Update mail.js --- config/mail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { port: Env.get('SMTP_PORT', 2525), host: Env.get('SMTP_HOST'), secure: Env.get('SSL', false), // true for 465, false for other ports, - authMethod: ‘LOGIN’, + authMethod: 'LOGIN', auth: { user: Env.get('MAIL_USERNAME'), pass: Env.get('MAIL_PASSWORD') -- cgit v1.2.3-54-g00ecf