Update mail.php

pull/6473/head
Shlee 3 months ago committed by GitHub
parent 72fcc173de
commit 4f1a13faba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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' => [

Loading…
Cancel
Save