]> BookStack Code Mirror - bookstack/blobdiff - config/mail.php
Updated 'Spanish Argentina' translation.
[bookstack] / config / mail.php
index a22807e7181db871e09ce7ea7b6cf8c152c4c409..689be99b8f2385ba19b60b2c489bf917f0601ce1 100644 (file)
@@ -54,7 +54,7 @@ return [
     |
     */
 
-    'from' => ['address' => null, 'name' => null],
+    'from' => ['address' => env('MAIL_FROM', '[email protected]'), 'name' => env('MAIL_FROM_NAME','BookStack')],
 
     /*
     |--------------------------------------------------------------------------
@@ -119,6 +119,6 @@ return [
     |
     */
 
-    'pretend' => false,
+    'pretend' => env('MAIL_PRETEND', false),
 
 ];