Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
Change reply-to from string to array
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer committed May 5, 2017
1 parent 4a578f1 commit ec3b779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyBuchaktion/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def get_sign(self):
return _("The Buchaktion Team")

def get_reply_to(self):
return "[email protected]"
return ["[email protected]"]

def get_subject(self):
return "No Subject"
Expand Down

0 comments on commit ec3b779

Please sign in to comment.