Files
django-anymail/tests
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-02 10:38:53 -08:00
2018-04-11 10:35:23 -07:00
2018-04-11 10:35:23 -07:00
2018-05-15 11:36:00 -07:00
2018-05-30 15:20:47 -07:00