notifs: use localhost for smtp in prod too

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-12-01 16:29:07 -08:00
parent 249886e228
commit 823fadedf8

View file

@ -119,11 +119,7 @@ config = {
"fmn.backends": ["email", "irc"], # android is disabled.
# Email
{% if env == 'staging' %}
"fmn.email.mailserver": "localhost:25",
{% else %}
"fmn.email.mailserver": "bastion01.iad2.fedoraproject.org:25",
{% endif %}
"fmn.email.from_address": "notifications@" + domain,
# IRC