Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-mailjet

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-mailjet

A Django email backend for Mailjet

  • 0.3.1
  • PyPI
  • Socket score

Maintainers
1

============== Django-Mailjet

Un-official Django email backend for use with Mailjet - https://www.mailjet.com/

Overview

Django-Mailjet is a drop-in mail backend for Django.

Getting going

Install django-mailjet: pip install django-mailjet Add the following to your settings.py::

EMAIL_BACKEND = 'django_mailjet.backends.MailjetBackend'
MAILJET_API_KEY = 'API-KEY'
MAILJET_API_SECRET = 'API-SECRET'

Replace API-KEY and API-SECRET with the values from your Mailjet account details.

Now, when you use django.core.mail.send_mail, Mailjet will send the messages.

.. _Mailjet: http://mailjet.com

NOTE: Django-Mailjet does NOT validate your data for compliance with Mailjet's API. You must ensure what you send is appropriate.

Django Email Backend Reference

Keywords

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc