Skip to content
Snippets Groups Projects
Commit 781f40d7 authored by Branson Craig Stephens's avatar Branson Craig Stephens
Browse files

Added a from address for the error emails.

parent c6052351
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ ADMINS = ( ...@@ -17,6 +17,8 @@ ADMINS = (
('Alexander Pace', 'aep14@psu.edu'), ('Alexander Pace', 'aep14@psu.edu'),
) )
SERVER_EMAIL = 'GraceDB <gracedb@gracedb.cgca.uwm.edu>'
MANAGERS = ADMINS MANAGERS = ADMINS
ALERT_EMAIL_FROM = "GraCEDb <gracedb@gracedb.cgca.uwm.edu>" ALERT_EMAIL_FROM = "GraCEDb <gracedb@gracedb.cgca.uwm.edu>"
......
...@@ -34,6 +34,7 @@ CACHES = { ...@@ -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_FROM = "Dev Alert <root@gracedb-test.cgca.uwm.edu>"
ALERT_EMAIL_TO = [] ALERT_EMAIL_TO = []
ALERT_EMAIL_BCC = [] ALERT_EMAIL_BCC = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment