X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ce1c70084edb84713dd49bb251620ed9a7c08039..refs/pull/2238/head:/app/Config/mail.php diff --git a/app/Config/mail.php b/app/Config/mail.php index 49407bd8e..a91bdf237 100644 --- a/app/Config/mail.php +++ b/app/Config/mail.php @@ -23,7 +23,7 @@ return [ // Global "From" address & name 'from' => [ 'address' => env('MAIL_FROM', 'mail@bookstackapp.com'), - 'name' => env('MAIL_FROM_NAME','BookStack') + 'name' => env('MAIL_FROM_NAME', 'BookStack') ], // Email encryption protocol @@ -46,4 +46,10 @@ return [ ], ], + // Log Channel + // If you are using the "log" driver, you may specify the logging channel + // if you prefer to keep mail messages separate from other log entries + // for simpler reading. Otherwise, the default channel will be used. + 'log_channel' => env('MAIL_LOG_CHANNEL'), + ];