mirror of
https://github.com/almet/copanier.git
synced 2025-04-29 03:52:38 +02:00
Use a dedicated from email
This commit is contained in:
parent
a00f64a172
commit
9388365078
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ SEND_EMAILS = False
|
||||||
SMTP_HOST = "mail.gandi.net"
|
SMTP_HOST = "mail.gandi.net"
|
||||||
SMTP_PASSWORD = ""
|
SMTP_PASSWORD = ""
|
||||||
SMTP_LOGIN = ""
|
SMTP_LOGIN = ""
|
||||||
FROM_EMAIL = "contact@epinamap.org"
|
FROM_EMAIL = "copanier@epinamap.org"
|
||||||
STAFF = ["yohanboniface@free.fr", "anne.mattler@wanadoo.fr"]
|
STAFF = ["yohanboniface@free.fr", "anne.mattler@wanadoo.fr"]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue