]> BookStack Code Mirror - bookstack/blobdiff - app/Config/mail.php
Mail: updated peer verify option name and added test
[bookstack] / app / Config / mail.php
index 6cd5ee28fbb3b9ccbe6e5f1cd64790e2675492a8..87514aa409809c875cbe5523404214c440e71dba 100644 (file)
@@ -32,7 +32,7 @@ return [
             'encryption' => env('MAIL_ENCRYPTION', 'tls'),
             'username' => env('MAIL_USERNAME'),
             'password' => env('MAIL_PASSWORD'),
-            'verify_peer' => env('MAIL_VERIFY_PEER', true),
+            'verify_peer' => env('MAIL_VERIFY_SSL', true),
             'timeout' => null,
             'local_domain' => env('MAIL_EHLO_DOMAIN'),
         ],