Do not define rattail mail templates by default
pretty sure that value was/is already fallback default anyway
This commit is contained in:
parent
88e92588f2
commit
753e939422
|
@ -19,7 +19,6 @@ configure_logging = true
|
||||||
|
|
||||||
[rattail.mail]
|
[rattail.mail]
|
||||||
smtp.server = localhost
|
smtp.server = localhost
|
||||||
templates = rattail:templates/mail
|
|
||||||
default.from = ${getattr(env, 'email_default_sender', 'rattail@localhost')}
|
default.from = ${getattr(env, 'email_default_sender', 'rattail@localhost')}
|
||||||
default.to = ${', '.join(getattr(env, 'email_default_recipients', ['root@localhost']))}
|
default.to = ${', '.join(getattr(env, 'email_default_recipients', ['root@localhost']))}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue