django-mailing is a Django app that can be used for templated mailings, providing support for SendGrid, celery queuing, and more.
Installation
pip install django-mailing
Product's homepage
Here are some key features of "django-mailing":
· send emails in ASCII or HTML
· support email templating with headers and footers
· support multilingual environments
· optionally use SendGrid to categorize email statistics and sync email lists
· optionally support celery for queuing mail sending and/or processing in background processes
Requirements:
· Python
· Django