Make sure default mail provider is "log", not smtp

This commit is contained in:
James Cole 2023-03-06 05:52:41 +01:00
parent 4ada2f3e3c
commit ce3c866168
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80

View File

@ -33,7 +33,7 @@ return [
| and used as needed; however, this mailer will be used by default.
|
*/
'default' => env('MAIL_MAILER', 'smtp'),
'default' => envNonEmpty('MAIL_MAILER', 'log'),
'mailers' => [
'smtp' => [