Parcourir la source

settings: don't set DEFAULT_FROM_EMAIL by default

The default value of the From: header for outgoing is almost certainly
better than "no-reply@example.com".
Baptiste Jonglez il y a 10 ans
Parent
commit
d7e38873c5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      coin/settings.py

+ 1 - 1
coin/settings.py

@@ -215,7 +215,7 @@ TEST_RUNNER = 'django.test.runner.DiscoverRunner'
 GRAPHITE_SERVER = "http://localhost"
 GRAPHITE_SERVER = "http://localhost"
 
 
 # Configuration for outgoing emails
 # Configuration for outgoing emails
-DEFAULT_FROM_EMAIL = "no-reply@example.com"
+#DEFAULT_FROM_EMAIL = "coin@example.com"
 #EMAIL_USE_TLS = True
 #EMAIL_USE_TLS = True
 #EMAIL_HOST = "smtp.chezmoi.tld"
 #EMAIL_HOST = "smtp.chezmoi.tld"