mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Merge pull request #7149 from firefly-iii/mail-provider
Make sure default mail provider is "log", not smtp
This commit is contained in:
commit
b34cb0428b
@ -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' => [
|
||||||
@ -54,7 +54,7 @@ return [
|
|||||||
'mailgun' => [
|
'mailgun' => [
|
||||||
'transport' => 'mailgun',
|
'transport' => 'mailgun',
|
||||||
],
|
],
|
||||||
|
|
||||||
'mandrill' => [
|
'mandrill' => [
|
||||||
'transport' => 'mandrill',
|
'transport' => 'mandrill',
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user