mirror of
https://github.com/pacnpal/django-anymail.git
synced 2026-03-23 17:19:28 -04:00
Mailgun's API silently drops attachments without filenames (and inline attachments without Content-IDs). Raise an AnymailUnsupportedFeature error on attempts to send these attachments. Fixes #128