mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Allows clients that use AnymailMessage or AnymailMessageMixin to access (e.g.) message.anymail_status.message_id without an AttributeError, even when using a non-Anymail backend (e.g., during testing). Also clarify docs of anymail_status attribute to note it only gets attached to a normal Django EmailMessage when sent through an Anymail backend. (May help with situation described in #36)