Skip to main content

A Django app to send emails using Huey tasks

Project description

AX3 Email

AX3 Email A Django app to send emails using Huey tasks

Installation

AX3 Email is easy to install from the PyPI package:

$ pip install ax3-email

After installing the package, the project settings need to be configured. add ax3_email to your INSTALLED_APPS

INSTALLED_APPS += [ax3_email]

Configuration

Add email backend settings

# app/settings.py
EMAIL_BACKEND = 'ax3_email.backends.AX3EmailBackend'
AX3_EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' # Django Email that does the actual sending // Optional - Default smtp (django)
AX3_RETRIES =  # Maximum number of times to retry // Optional - Default 3
AX3_DELAY = # Time in seconds between attempts // Optional - Default = 600

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page