Skip to content

Commit

Permalink
Merge pull request #107 from ehenneken/github71
Browse files Browse the repository at this point in the history
commenter name added to subject of email
  • Loading branch information
ehenneken committed Aug 9, 2016
2 parents c1f3dd4 + d78176d commit fbaa576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adsws/feedback/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

def send_feedback_email(name, sender, feedback):
help_email = current_app.config['FEEDBACK_EMAIL']
msg = Message(subject="Bumblebee Feedback",
msg = Message(subject="Bumblebee Feedback from %s (%s)" % (name, sender),
recipients=[help_email],
sender=("adshelp", help_email),
reply_to=(name, sender),
Expand Down

0 comments on commit fbaa576

Please sign in to comment.