Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kidig/django-mailjet
A Django email backend for use with Mailjet (un-official project)
https://github.com/kidig/django-mailjet
django mailjet mailjet-api
Last synced: 10 days ago
JSON representation
A Django email backend for use with Mailjet (un-official project)
- Host: GitHub
- URL: https://github.com/kidig/django-mailjet
- Owner: kidig
- License: mit
- Created: 2016-03-31T10:32:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T07:40:44.000Z (over 3 years ago)
- Last Synced: 2024-09-16T02:45:24.856Z (2 months ago)
- Topics: django, mailjet, mailjet-api
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 16
- Watchers: 5
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
*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.
.. _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