mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Issue a better error message if message.reply_to is set to a single string. (Would also like to do this for to, cc, and bcc, but Django core EmailMessage.recipients is called and stumbles over thoses cases before Anymail's backend gets involved.) Fixes #57