Skip to content

Commit

Permalink
Ensuring Reply-To header on share emails.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed Dec 6, 2016
1 parent c4830e3 commit 6a5ebaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/reader/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2415,7 +2415,7 @@ def send_story_email(request):
from_email='NewsBlur <%s>' % from_address,
to=to_addresses,
cc=cc,
headers={'Reply-To': '%s <%s>' % (from_name, from_email)})
headers={'Reply-To': from_email})
msg.attach_alternative(html, "text/html")
try:
msg.send()
Expand Down

0 comments on commit 6a5ebaf

Please sign in to comment.