Skip to content

Commit

Permalink
fix wrong email settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli committed Jul 23, 2012
1 parent c972110 commit 686703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_defcon/models.py
Expand Up @@ -182,7 +182,7 @@ def notify_defcon_one(sender, **kwargs):
msg = EmailMultiAlternatives(
'Defcon 1 reached!',
'We reached DEFCON 1, error rate reached errors per seconds!',
settings.SERVER_EMAIL,
settings.SENTRY_SERVER_EMAIL,
emails
)
msg.send(fail_silently=True)
Expand Down

0 comments on commit 686703f

Please sign in to comment.