Skip to content

Commit

Permalink
fix(email): Add SENTRY_EMAIL_LIST_NAMESPACE env setting (getsentry#192
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK authored Jun 11, 2019
1 parent a093daa commit 9f8c89a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sentry.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
# SENTRY_EMAIL_USER
# SENTRY_EMAIL_PASSWORD
# SENTRY_EMAIL_USE_TLS
# SENTRY_EMAIL_LIST_NAMESPACE
# SENTRY_ENABLE_EMAIL_REPLIES
# SENTRY_SMTP_HOSTNAME
# SENTRY_MAILGUN_API_KEY
Expand Down Expand Up @@ -282,6 +283,7 @@
'SENTRY_EMAIL_HOST': 'mail.host',
'SENTRY_SERVER_EMAIL': 'mail.from',
'SENTRY_ENABLE_EMAIL_REPLIES': ('mail.enable-replies', Bool),
'SENTRY_EMAIL_LIST_NAMESPACE': 'mail.list-namespace',
'SENTRY_SMTP_HOSTNAME': 'mail.reply-hostname',
'SENTRY_SECRET_KEY': 'system.secret-key',

Expand Down

0 comments on commit 9f8c89a

Please sign in to comment.