From 4f1a13fabacb8fba193f84e5d54d34d83f91c576 Mon Sep 17 00:00:00 2001 From: Shlee Date: Wed, 18 Feb 2026 10:52:22 +1030 Subject: [PATCH] Update mail.php --- config/mail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mail.php b/config/mail.php index 8848c6a33..175e9a79a 100644 --- a/config/mail.php +++ b/config/mail.php @@ -45,6 +45,7 @@ return [ 'timeout' => null, 'local_domain' => env('MAIL_EHLO_DOMAIN'), 'verify_peer' => env('MAIL_SMTP_VERIFY_PEER', true), + 'auto_tls' => env('MAIL_AUTO_TLS', true), ], 'ses' => [