mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-18 18:40:12 +00:00
Make sure default mail provider is "log", not smtp
This commit is contained in:
@@ -33,7 +33,7 @@ return [
|
|||||||
| and used as needed; however, this mailer will be used by default.
|
| and used as needed; however, this mailer will be used by default.
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
'default' => env('MAIL_MAILER', 'smtp'),
|
'default' => envNonEmpty('MAIL_MAILER', 'log'),
|
||||||
|
|
||||||
'mailers' => [
|
'mailers' => [
|
||||||
'smtp' => [
|
'smtp' => [
|
||||||
|
Reference in New Issue
Block a user