mirror of
https://github.com/pacnpal/django-anymail.git
synced 2026-03-23 01:06:04 -04:00
Improve handling of alternative parts and `content_subtype` to match how Django's SMTP backend handles some unusual cases. Change Test backend to support (and record) text/* alternative parts. (But still reject other types of alternatives.) Fixes #252