Skip to main content
==============
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
================================
* https://docs.djangoproject.com/en/dev/topics/email/#email-backends

Download files

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

Source Distribution

django-mailjet-0.3.1.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file django-mailjet-0.3.1.tar.gz.

File metadata

File hashes

Hashes for django-mailjet-0.3.1.tar.gz
Algorithm Hash digest
SHA256 c5974447b2fe4aeb298a4774887b6850374b3291fe941e7d23ff09c2edee8ef5
MD5 3dc62e25079413233cfd083c57790d61
BLAKE2b-256 9eeaff0334e66a152245a9a58ba6fd5e48adb4d621946d2a6fdfca8973e0cb9b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.3.1 This release

1 file

0.2.0

1 file

0.1.1

1 file

0.1.0

1 file

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page