Use a dedicated from email

This commit is contained in:
Yohan Boniface 2019-04-02 09:55:49 +02:00
parent a00f64a172
commit 9388365078

View file

@ -8,7 +8,7 @@ SEND_EMAILS = False
SMTP_HOST = "mail.gandi.net"
SMTP_PASSWORD = ""
SMTP_LOGIN = ""
FROM_EMAIL = "contact@epinamap.org"
FROM_EMAIL = "copanier@epinamap.org"
STAFF = ["yohanboniface@free.fr", "anne.mattler@wanadoo.fr"]