Skip to content

Commit

Permalink
set email sender
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeman committed Jul 6, 2012
1 parent 1e68be6 commit da90865
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions symposion/settings_gondor.py
Expand Up @@ -67,6 +67,8 @@
}
}

DEFAULT_FROM_EMAIL = "PyCon 2013 <no-reply@us.pycon.org>"

if "GONDOR_SENDGRID_USER" in os.environ:
EMAIL_BACKEND = "django.core.mail.backends.smtp.EmailBackend"
EMAIL_HOST = "smtp.sendgrid.net"
Expand Down

0 comments on commit da90865

Please sign in to comment.