]> BookStack Code Mirror - bookstack/blobdiff - config/mail.php
settings.php: add missing french translation
[bookstack] / config / mail.php
index a22807e7181db871e09ce7ea7b6cf8c152c4c409..0386e0198414569006ad9b2228486f718a62cad9 100644 (file)
@@ -54,7 +54,7 @@ return [
     |
     */
 
-    'from' => ['address' => null, 'name' => null],
+    'from' => ['address' => env('MAIL_FROM', '[email protected]'), 'name' => 'BookStack'],
 
     /*
     |--------------------------------------------------------------------------
@@ -119,6 +119,6 @@ return [
     |
     */
 
-    'pretend' => false,
+    'pretend' => env('MAIL_PRETEND', false),
 
 ];