💥 — Mail sending is now disabled by default
Set disable_mail_sending to 0 to enable it
This commit is contained in:
parent
39a0c163b1
commit
5bd13e36f4
|
@ -1,6 +1,7 @@
|
|||
Revision history for Lufi
|
||||
|
||||
?.??.? ????-??-??
|
||||
- 💥 — [BREAKING CHANGE] Mail sending is now disabled by default! Set disable_mail_sending to 0 to enable it
|
||||
|
||||
0.05.18 2022-03-19
|
||||
- ✨ Add support for header authentication, thanks to @mildis (!69)
|
||||
|
|
|
@ -167,8 +167,9 @@
|
|||
#mail_sender => 'no-reply@lufi.io',
|
||||
|
||||
# Disable sending mail through the server
|
||||
# optional, default is false
|
||||
#disable_mail_sending => 0,
|
||||
# Recommended option as mail sending can be abused by spammers
|
||||
# optional, default is true
|
||||
#disable_mail_sending => 1,
|
||||
|
||||
#############
|
||||
# DB settings
|
||||
|
|
|
@ -156,6 +156,11 @@
|
|||
# optional, default to no-reply@lufi.io
|
||||
#mail_sender => 'no-reply@lufi.io',
|
||||
|
||||
# Disable sending mail through the server
|
||||
# Recommended option as mail sending can be abused by spammers
|
||||
# optional, default is true
|
||||
#disable_mail_sending => 1,
|
||||
|
||||
#############
|
||||
# DB settings
|
||||
#############
|
||||
|
|
|
@ -152,6 +152,11 @@
|
|||
# optional, default to no-reply@lufi.io
|
||||
#mail_sender => 'no-reply@lufi.io',
|
||||
|
||||
# Disable sending mail through the server
|
||||
# Recommended option as mail sending can be abused by spammers
|
||||
# optional, default is true
|
||||
#disable_mail_sending => 1,
|
||||
|
||||
#############
|
||||
# DB settings
|
||||
#############
|
||||
|
|
|
@ -156,6 +156,11 @@
|
|||
# optional, default to no-reply@lufi.io
|
||||
#mail_sender => 'no-reply@lufi.io',
|
||||
|
||||
# Disable sending mail through the server
|
||||
# Recommended option as mail sending can be abused by spammers
|
||||
# optional, default is true
|
||||
#disable_mail_sending => 1,
|
||||
|
||||
#############
|
||||
# DB settings
|
||||
#############
|
||||
|
|
Loading…
Reference in New Issue