[damned-lies/oscp] Updated EMAIL_HOST



commit df7bf33654249de178fbce9f8686dcf3c705c79c
Author: Claude Paroz <claude 2xlibre net>
Date:   Fri Sep 13 13:13:26 2019 +0000

    Updated EMAIL_HOST

 local_settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/local_settings.py b/local_settings.py
index 3a150b97..199d743c 100644
--- a/local_settings.py
+++ b/local_settings.py
@@ -28,7 +28,7 @@ ALLOWED_HOSTS=['l10n.gnome.org', '8.43.85.13', '8.43.85.14']
 SESSION_COOKIE_SECURE = True
 CSRF_COOKIE_SECURE = True
 
-EMAIL_HOST = 'localhost'
+EMAIL_HOST = 'smtp-int.gnome.org'
 EMAIL_SUBJECT_PREFIX = '[DL]'
 DEFAULT_FROM_EMAIL = 'noreply gnome org'
 SERVER_EMAIL = 'gnomeweb gnome org'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]