ax3-email 1.0.2
pip install ax3-email==1.0.2
Newer version available (2.0.0)
Released:
A Django app to send emails using Huey tasks
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: Axiacore,
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
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: Axiacore,
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file AX3 Email-1.0.2.tar.gz
.
File metadata
- Download URL: AX3 Email-1.0.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ccb64d022a4712c43d9274ef49b6cc202ce308285fc95c0f6a3f5e00a2427b92
|
|
MD5 |
bce3f23b23020c1e97b9369fb86aea00
|
|
BLAKE2b-256 |
fd4472508a82f9ec53b75ec3214c64653175ac88587f49297752e6252a764584
|
File details
Details for the file AX3_Email-1.0.2-py3-none-any.whl
.
File metadata
- Download URL: AX3_Email-1.0.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
512fdb6837309754212db64c6b95a2abb9e27f12e7ca9173eac8904d78547799
|
|
MD5 |
225e3414cf81bebaf1b1127f73ea47c8
|
|
BLAKE2b-256 |
a599b209db816014d44ca4cee1f8cd54ae2021837d7e39735245e949bf2b4c08
|