Skip to main content

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

  1. Add 'emailsys' to your INSTALLED_APPS in your settings.py

  2. 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

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page