Skip to main content

Send emails via a GSuite Service-account.

Project description

GSuite Email Backend

Downloads GitHub release (latest SemVer) GitHub issues Documentation Status

This package helps send emails through google GSuite serviceaccount credentials

Installation

pip install django-gsuite-email

Quick start

  1. Add it to installed apps in setings.py
INSTALLED_APPS = [
    ...
    'django_gsuite_email',
    ...
]
  1. Set the Email EMAIL_BACKEND setting
EMAIL_BACKEND = 'django_gsuite_email.GSuiteEmailBackend'

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-gsuite-email-0.1.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

django_gsuite_email-0.1.1-py2.py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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