]> BookStack Code Mirror - bookstack/blobdiff - app/Config/mail.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / app / Config / mail.php
index 2906d769afd929cac8d76f3d502472d6bda4d438..038864f8cf4ee68b08a53bcd4353e69e1178fd82 100644 (file)
@@ -38,7 +38,7 @@ return [
             'password' => env('MAIL_PASSWORD'),
             'verify_peer' => env('MAIL_VERIFY_SSL', true),
             'timeout' => null,
-            'local_domain' => env('MAIL_EHLO_DOMAIN'),
+            'local_domain' => null,
             'tls_required' => ($mailEncryption === 'tls' || $mailEncryption === 'ssl'),
         ],
 
@@ -64,12 +64,4 @@ return [
             ],
         ],
     ],
-
-    // Email markdown configuration
-    'markdown' => [
-        'theme' => 'default',
-        'paths' => [
-            resource_path('views/vendor/mail'),
-        ],
-    ],
 ];