Skip to content
Snippets Groups Projects
Commit 8d871221 authored by Branson Stephens's avatar Branson Stephens
Browse files

Fixed incorrect 'from' address for email alerts.

parent ca226ff5
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,14 @@ ADMINS = (
MANAGERS = ADMINS
ALERT_EMAIL_FROM = "GraCEDb <gracedb@archie.phys.uwm.edu>"
ALERT_EMAIL_FROM = "GraCEDb <gracedb@gracedb.phys.uwm.edu>"
ALERT_EMAIL_TO = [
# "gracedb@listserv.ligo.org",
]
ALERT_EMAIL_BCC = [
]
ALERT_TEST_EMAIL_FROM = "GraCEDb TEST <gracedb@archie.phys.uwm.edu>"
ALERT_TEST_EMAIL_FROM = "GraCEDb TEST <gracedb@gracedb.phys.uwm.edu>"
ALERT_TEST_EMAIL_TO = [
]
#ALERT_XMPP_SERVER = "lvalert.phys.uwm.edu"
......
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