A Django email backend for Mailgun
Project description
==========
Django-Mailgun
==========
:Info: A Django email backend for use with Mailgun
:Author: Bradley Whittington (http://github.com/bradwhittington, http://twitter.com/darb)
:Release Manager: Daniel Roy Greenfeld
This README is derived from https://github.com/hmarr/django-ses/blob/master/README.rst
Overview
=================
Django-Mailgun is a drop-in mail backend for Django_,
per http://docs.djangoproject.com/en/dev/topics/email/#e-mail-backends
Getting going
=============
Install django-mailgun::
pip install django-mailgun
Add the following to your settings.py::
EMAIL_BACKEND = 'django_mailgun.MailgunBackend'
MAILGUN_ACCESS_KEY = 'ACCESS-KEY'
MAILGUN_SERVER_NAME = 'SERVER-NAME'
Now, when you use ``django.core.mail.send_mail``, Mailgun will send the messages
.. _Builtin Email Error Reporting: http://docs.djangoproject.com/en/1.2/howto/error-reporting/
.. _Django: http://djangoproject.com
.. _Mailgun: http://mailgun.net
Django-Mailgun
==========
:Info: A Django email backend for use with Mailgun
:Author: Bradley Whittington (http://github.com/bradwhittington, http://twitter.com/darb)
:Release Manager: Daniel Roy Greenfeld
This README is derived from https://github.com/hmarr/django-ses/blob/master/README.rst
Overview
=================
Django-Mailgun is a drop-in mail backend for Django_,
per http://docs.djangoproject.com/en/dev/topics/email/#e-mail-backends
Getting going
=============
Install django-mailgun::
pip install django-mailgun
Add the following to your settings.py::
EMAIL_BACKEND = 'django_mailgun.MailgunBackend'
MAILGUN_ACCESS_KEY = 'ACCESS-KEY'
MAILGUN_SERVER_NAME = 'SERVER-NAME'
Now, when you use ``django.core.mail.send_mail``, Mailgun will send the messages
.. _Builtin Email Error Reporting: http://docs.djangoproject.com/en/1.2/howto/error-reporting/
.. _Django: http://djangoproject.com
.. _Mailgun: http://mailgun.net
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-mailgun-redux-0.3.0.tar.gz
.
File metadata
- Download URL: django-mailgun-redux-0.3.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19ca10e359cc2fd5fc2d66158388d2a1bb02c5fcace273dbe0c8d127db83280d |
|
MD5 | 27246db00b9416deb5f68370e5a632da |
|
BLAKE2b-256 | fa7e8ce1be6272bdfb52c78f11bfb638c937429766f664af861e6eb6a701f148 |
Provenance
File details
Details for the file django_mailgun_redux-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_mailgun_redux-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6ee353fdd001e7785a181b72d162167fb936a19c1a2c15e25f024461c68f94b |
|
MD5 | 149ea169da690fb86bf4c44fdeb6a476 |
|
BLAKE2b-256 | 3a57b8719a674c5a1d469ce3717fe46ece986503de5b8febca1369748ccda0a2 |