From 700d0dc4db7b18fc47adb74d694c99ffcc5a1920 Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 23 Nov 2021 17:34:02 -0500 Subject: Replace EXTERNAL_DOMAIN variable with APP_URL --- config/mail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/mail.js b/config/mail.js index da41ed4..2518772 100644 --- a/config/mail.js +++ b/config/mail.js @@ -25,7 +25,7 @@ module.exports = { smtp: { driver: 'smtp', pool: true, - name: Env.get('EXTERNAL_DOMAIN'), + name: Env.get('APP_URL'), port: Env.get('SMTP_PORT', '2525'), host: Env.get('SMTP_HOST', 'localhost'), secure: JSON.parse(Env.get('MAIL_SSL', 'false')), -- cgit v1.2.3-54-g00ecf