From 150e379ce2f2af2205ce87839565acb8ac6ace2e Mon Sep 17 00:00:00 2001 From: Saya <379924+chu121su12@users.noreply.github.com> Date: Sat, 6 May 2023 01:42:51 +0800 Subject: [PATCH] Update mail.php (#6170) --- config/mail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mail.php b/config/mail.php index 542d98c3..e652bd02 100644 --- a/config/mail.php +++ b/config/mail.php @@ -36,6 +36,7 @@ 'mailers' => [ 'smtp' => [ 'transport' => 'smtp', + 'url' => env('MAIL_URL'), 'host' => env('MAIL_HOST', 'smtp.mailgun.org'), 'port' => env('MAIL_PORT', 587), 'encryption' => env('MAIL_ENCRYPTION', 'tls'),