django-yubin
Email scheduler
A Django extension that allows asynchronous email sending using Celery
Send e-mails asyncronously using Celery
49 stars
8 watching
30 forks
Language: Python
last commit: 5 months ago
Linked from 1 awesome list
celerydjangomailmailerpython
Related projects:
Repository | Description | Stars |
---|---|---|
pmclanahan/django-celery-email | A Django email backend that uses Celery tasks to send emails asynchronously | 478 |
ui/django-post_office | An asynchronous email sending system with features like support for HTML emails and scheduled sending. | 1,008 |
celery/django-celery-beat | Manages periodic tasks with scheduling and notification features. | 1,702 |
streetvoice/django-celery-ses | A Django email backend that leverages AWS SES and Celery to send emails in a scalable and configurable way. | 33 |
ambient-innovation/django-pony-express | A Django package that simplifies email handling with a class-based approach and full test suite. | 61 |
20tab/django-spoolgore | A Django email backend for integrating with the Spoolgore daemon | 6 |
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 |
timkpaine/jupyterlab_email | Allows users to send Jupyter Notebooks as email attachments or HTML pages with various options for formatting and data attachment. | 60 |
maciej-gol/tenant-schemas-celery | Enables collaboration between Celery tasks and multi-tenancy in Django applications. | 179 |
bameda/djmail | A middleware for Django's email backend that sends emails asynchronously and provides features like retry and priority management. | 78 |
vintasoftware/django-templated-email | A Django module for sending templated emails using templates or transactional mail providers. | 724 |
lpgenerator/django-db-mailer | A Django module for sending various types of messages using templates stored in a database. | 255 |
micropyramid/django-email-gateway | A Django package that enables email sending and receiving with various vendors like Amazon SES. | 30 |
lamby/django-slack | Integrates Slack with Django applications to send messages using templating | 241 |