django-newsletter
django-newsletter copied to clipboard
Add support for django-anymail (ESP tags etc.)
Using django-anymail we could have emails automatically tagged with metadata (user id, submission id etc) and (later) provide feedback on email delivery, link clicking etc.
Suggestion: keep using Django's builtin EmailMessage but set anymail properties on it to discriminate submissions, newsletters and (potentially) users.
This would be really handy I think! :+1:
are there any news about this feature ?