DJ
Django
LiveFrameworks
Set EMAIL_BACKEND to voltmail.django.EmailBackend and send_mail() routes through us. Celery task decorator handles retries with our backoff curve.
// what you unlock
- send_mail() compatible
- Celery @voltmail.task decorator for retried sends
- Webhook receiver class-based view
// recipes
Quick-start patterns.
Configure
EMAIL_BACKEND = "voltmail.django.EmailBackend"