Provide the ability to send emails/sms using WebServices
Project description
django-emailsys is a Django reusable app providing the ability to send emails using webservices
Installation
pip install django-emailsys
Usage
- Add 'emailsys' to your INSTALLED_APPS in your settings.py
- Import default sender and Message model
- from emailsys import default from emailsys.models import Message
Note
To create your own webservice, make sure to implement SendMessageToEmails
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
django-emailsys-0.0.25.tar.gz
(5.8 kB
view hashes)