Django e-mail backend for the Ubivox e-mail API.
Project description
This is an e-mail backend for Django to route your outgoing e-mail through your Ubivox account.
Enabling this will route calls to django.core.mail.send_mail trough Ubivox.
Setup
To install the backend:
pip install django-ubivox-email
Then add the configuration parameters to your settings:
UBIVOX_API_USERNAME = "sample" UBIVOX_API_PASSWORD = "sample" UBIVOX_API_URL = "https://sample.clients.ubivox.com/xmlrpc/" EMAIL_BACKEND = "django_ubivox_email.backend.UbivoxEmailBackend"
References
Project details
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
File details
Details for the file django-ubivox-email-0.0.1.tar.gz.
File metadata
- Download URL: django-ubivox-email-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b47aa14b4fbac17bda994dbecf11a4c6d9c18b0b05394c2b66241137fee53ef8
|
|
| MD5 |
abc9ad3eaccad3cbe8daea924179d6e5
|
|
| BLAKE2b-256 |
b2d577eac63fdd5cf793a448af3517f8394f9dd4b77f3bd076ea79a745a05314
|