django-celery-email icon indicating copy to clipboard operation
django-celery-email copied to clipboard

Anymail compatibility

Open simondrabble opened this issue 5 years ago • 1 comments

It looks like this package is incompatible with anymail, specifically template_id and merge_data message members do not appear to survive the provided backend. I suspect this occurs during the dict-ification process in said backend, but I haven't dug deeply into it.

It would be nice for these two packages to work together.

simondrabble avatar Jun 22 '20 20:06 simondrabble

I've not tested this myself (we use Anymail, but don't use any of the custom options), however apparently you can easily make this compatible with some config, see https://stackoverflow.com/a/55031907/1178671

I hope this helps 👍

violuke avatar Dec 21 '20 13:12 violuke