Skip to content

Commit

Permalink
WIP: bcc emails
Browse files Browse the repository at this point in the history
  • Loading branch information
goldpbear committed Apr 18, 2018
1 parent ee3731b commit dd947c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sa_api_v2/views/base_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@ def trigger_emails(self, email_templates, obj):
html_body = Template(email_template.body_html).render(context_data)
logger.debug('[EMAIL] Rendered html')
else:
html_body = None
html_body = ""

# connection = smtp.EmailBackend(
# host=...,
Expand Down

0 comments on commit dd947c4

Please sign in to comment.