Browse Source

Set the source address of outgoing emails

Baptiste Jonglez 10 years ago
parent
commit
683ee4e2e7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      coin/settings.py

+ 1 - 0
coin/settings.py

@@ -220,6 +220,7 @@ LDAP_GROUP_BASE_DN = "ou=groups,ou=unix,o=ILLYSE,l=Villeurbanne,st=RHA,c=FR"
 VPN_CONF_BASE_DN = "ou=vpn,o=ILLYSE,l=Villeurbanne,st=RHA,c=FR"
 
 # Configuration for outgoing emails
+DEFAULT_FROM_EMAIL = "adminsys@illyse.org"
 #EMAIL_USE_TLS = True
 #EMAIL_HOST = "smtp.chezmoi.tld"