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 44e53d5
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 @@ -1242,7 +1242,7 @@ def trigger_emails(self, email_templates, obj):
recipient_email = self.request.DATA[email_field]
logger.debug('[EMAIL] recipient_email: ' + recipient_email)
except KeyError:
recipient_email = None
recipient_email = ""

logger.debug('[EMAIL] Got to email')

Expand Down

0 comments on commit 44e53d5

Please sign in to comment.