django-mailer-server-backend 0.3.0

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangomailerserverbackend 0.3.0

A django mail backend for mailer server (https://github.com/spapas/mailer_server)
Install it from pip:
pip install django-mailer-server-backend
or the latest version from git:
pip install git+https://github.com/spapas/django-mailer-server-backend
Then use the following conf in your django app:
MAILER_SERVER_TOKEN = 'YOUR_MAILER_SERVER_TOKEN'
MAILER_SERVER_URL = 'http://MAILER_SERVER_URL/mail/api/send_mail/'
EMAIL_BACKEND = 'mailer_email_backend.MailerServerBackend'
### Changelog


0.3.0: Add support for file attachments (works only with python 3.x)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.