Skip to content

Commit

Permalink
removed special mailgun header
Browse files Browse the repository at this point in the history
  • Loading branch information
phyllers committed Sep 6, 2016
1 parent 5e73585 commit 97ef1d3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sharing/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ def create_share(request, item, emails, type, share_user=None):
'to': email,
'subject': 'You Were Added on a ' + type,
'text': email_text_template.render(ctx),
'html': email_template.render(ctx),
'h:x-mailgun-native-send': 'true'
'html': email_template.render(ctx)
}

send_email_message(message_data)
Expand Down

0 comments on commit 97ef1d3

Please sign in to comment.