mirror of
https://github.com/YunoHost-Apps/firefly-iii-di_ynh.git
synced 2024-09-03 18:36:21 +02:00
Update .env
Added "log" as default MAILER
This commit is contained in:
parent
4d02b6f317
commit
6678a663fd
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ EXPECT_SECURE_URL=false
|
||||||
# Amazon SES is not supported.
|
# Amazon SES is not supported.
|
||||||
# log = drop mails in the logs instead of sending them
|
# log = drop mails in the logs instead of sending them
|
||||||
# array = debug mailer that does nothing.
|
# array = debug mailer that does nothing.
|
||||||
MAIL_MAILER=
|
MAIL_MAILER=log
|
||||||
|
|
||||||
# where to send the report?
|
# where to send the report?
|
||||||
MAIL_DESTINATION=noreply@example.com
|
MAIL_DESTINATION=noreply@example.com
|
||||||
|
|
Loading…
Add table
Reference in a new issue