Socket
Book a DemoInstallSign in
Socket

django-ubivox-email

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-ubivox-email

Django e-mail backend for the Ubivox e-mail API.

0.0.1
pipPyPI
Maintainers
1

============================= Ubivox: Django e-mail backend

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

  • Ubivox API Documentation <https://kb.ubivox.com/api/latest/html/>_
  • Get a free Ubivox account (10 day trial) <https://www.ubivox.com/>_
  • Django e-mail backends <https://docs.djangoproject.com/en/dev/topics/email/>_

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.