]> BookStack Code Mirror - bookstack/blobdiff - app/Config/mail.php
Fixed local_secure_restricted preventing attachment uploads
[bookstack] / app / Config / mail.php
index 34b28fe2a6b87b20059b7fc0aecfe1fff3f1a1e0..b223e382a515c6723a9c52be76d10a04494eb841 100644 (file)
@@ -11,6 +11,8 @@
 return [
 
     // Mail driver to use.
+    // From Laravel 7+ this is MAIL_MAILER in laravel.
+    // Kept as MAIL_DRIVER in BookStack to prevent breaking change.
     // Options: smtp, sendmail, log, array
     'driver' => env('MAIL_DRIVER', 'smtp'),