Skip to content

kidig/django-mailjet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: This project is currently UNMAINTAINED. Please use the official one: https://github.com/mailjet/mailjet-apiv3-python

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:

python3 -m 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.

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

About

A Django email backend for use with Mailjet (un-official project)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages