diff --git a/settings/default.py b/settings/default.py index 07204b2d0b89891cabb1a652df3b9445294a8beb..c69ee429248388b58438c5d09849baa466189ffe 100644 --- a/settings/default.py +++ b/settings/default.py @@ -17,6 +17,8 @@ ADMINS = ( ('Alexander Pace', 'aep14@psu.edu'), ) +SERVER_EMAIL = 'GraceDB <gracedb@gracedb.cgca.uwm.edu>' + MANAGERS = ADMINS ALERT_EMAIL_FROM = "GraCEDb <gracedb@gracedb.cgca.uwm.edu>" diff --git a/settings/test.py b/settings/test.py index ce099efc7847137ac524a600a0fd1118f4117000..afdffde2d2f608c684d1b2c06f051fd7e674217a 100644 --- a/settings/test.py +++ b/settings/test.py @@ -34,6 +34,7 @@ CACHES = { }, } +SERVER_EMAIL = "GraceDB Test <gracedb@gracedb-test.cgca.uwm.edu>" ALERT_EMAIL_FROM = "Dev Alert <root@gracedb-test.cgca.uwm.edu>" ALERT_EMAIL_TO = [] ALERT_EMAIL_BCC = []