Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-ubivox-email-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

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