Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Development E Mails

Kevin Yuan edited this page May 2, 2020 · 1 revision

Useful packages for Mails

E-Mail Compatibility & Spamscore

Mailtrap Use Mailtrap to check compatibility with mail clients and spam scores

Additional material:

What it can do: https://blog.mailtrap.io/mailtrap-getting-started-guide/ Setup for Django can be found here: https://blog.mailtrap.io/django-send-email/

E-Mail Templates

Use django-template-email to create HTML templated based emails with inherritances and attachments. Has nifty browser preview function

Asynchronous E-Mail delivery

Another package django-post_office for sending mails asynchronous using e.g Celery with some nice functions like prioritizing emails (Newsletter low priority vs Password resent high priority)