Skip to content

Commit 42d763b

Browse files
[MAIL] Send mail with smtp without verifying SSL certificate (alexjustesen#996)
Co-authored-by: Alex Justesen <[email protected]>
1 parent 6cc1093 commit 42d763b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/mail.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'password' => env('MAIL_PASSWORD'),
4545
'timeout' => null,
4646
'local_domain' => env('MAIL_EHLO_DOMAIN'),
47+
'verify_peer' => env('MAIL_VERIFY_SSL', true),
4748
],
4849

4950
'ses' => [

0 commit comments

Comments
 (0)