==========
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
Release files for django-mailgun-redux 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-mailgun-redux-0.3.0.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_mailgun_redux-0.3.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 7.9 kB
Release files / django-mailgun-redux-0.3.0.tar.gz
| Download URL | django-mailgun-redux-0.3.0.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
19ca10e359cc2fd5fc2d66158388d2a1bb02c5fcace273dbe0c8d127db83280d
|
|
BLAKE2b-256 checksum How to use checksums |
fa7e8ce1be6272bdfb52c78f11bfb638c937429766f664af861e6eb6a701f148
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / django_mailgun_redux-0.3.0-py2.py3-none-any.whl
| Download URL | django_mailgun_redux-0.3.0-py2.py3-none-any.whl |
|---|---|
| Size | 4.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
a6ee353fdd001e7785a181b72d162167fb936a19c1a2c15e25f024461c68f94b
|
|
BLAKE2b-256 checksum How to use checksums |
3a57b8719a674c5a1d469ce3717fe46ece986503de5b8febca1369748ccda0a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |