django-post_office
Email sender
An asynchronous email sending system with features like support for HTML emails and scheduled sending.
A Django app that allows you to send email asynchronously in Django. Supports HTML email, database backed templates and logging.
1k stars
36 watching
268 forks
Language: Python
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
bameda/djmail | A middleware for Django's email backend that sends emails asynchronously and provides features like retry and priority management. | 78 |
pmclanahan/django-celery-email | A Django email backend that uses Celery tasks to send emails asynchronously | 478 |
lpgenerator/django-db-mailer | A Django module for sending various types of messages using templates stored in a database. | 255 |
apsl/django-yubin | A Django extension that allows asynchronous email sending using Celery | 49 |
ambient-innovation/django-pony-express | A Django package that simplifies email handling with a class-based approach and full test suite. | 61 |
vintasoftware/django-templated-email | A Django module for sending templated emails using templates or transactional mail providers. | 724 |
django-ses/django-ses | A Django backend that uses Amazon Simple Email Service to send emails | 1,012 |
anymail/django-anymail | A set of tools and libraries for integrating multiple email service providers into a Django application | 1,700 |
micropyramid/django-email-gateway | A Django package that enables email sending and receiving with various vendors like Amazon SES. | 30 |
20tab/django-spoolgore | A Django email backend for integrating with the Spoolgore daemon | 6 |
lamby/django-slack | Integrates Slack with Django applications to send messages using templating | 241 |
timkpaine/jupyterlab_email | Allows users to send Jupyter Notebooks as email attachments or HTML pages with various options for formatting and data attachment. | 60 |
johnsensible/django-sendfile | A Django wrapper that enables sending files to clients while maintaining control over file processing and content headers. | 487 |
streetvoice/django-celery-ses | A Django email backend that leverages AWS SES and Celery to send emails in a scalable and configurable way. | 33 |
zachlatta/postman | A command-line tool for sending email batches via any SMTP server. | 775 |