Files
django-anymail/anymail/backends
medmunds 5212848dc3 Amazon SES: Work around SES bug that corrupts non-ASCII message bodies.
If you are using an SES ConfigurationSet with open or click tracking
enabled, SES replaces non-ASCII characters with question marks as it
rewrites the message to add tracking, if the bodies are sent with
`Content-Transfer-Encoding: 8bit` (which is Django's default for utf8
body parts).

Force potentially problematic parts to use CTE: quoted-printable
as a workaround.

Fixes #115.
2018-08-14 17:24:49 -07:00
..
2018-02-26 18:42:19 -08:00
2018-02-26 18:42:19 -08:00
2018-02-26 18:42:19 -08:00
2018-08-11 16:00:58 -07:00