Mails were sent from webmaster@localhost
This commit is contained in:
parent
4f33cf66f8
commit
7bd2e1626f
|
@ -27,6 +27,7 @@ EMAIL_PORT = os.getenv("EMAIL_PORT")
|
|||
EMAIL_HOST_USER = os.getenv("EMAIL_HOST_USER")
|
||||
EMAIL_HOST_PASSWORD = os.getenv("EMAIL_HOST_PASSWORD")
|
||||
|
||||
DEFAULT_FROM_EMAIL = 'Contact TFJM² <contact@tfjm.org>'
|
||||
SERVER_EMAIL = 'contact@tfjm.org'
|
||||
|
||||
# Security settings
|
||||
|
|
Loading…
Reference in New Issue