Skip to main content

Send emails via a GSuite serviceaccount credential.

Project description

This package helps send emails through google GSuite serviceaccount credentials

Quick start

  1. Add this to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django_gsuite_email',
        ...
    ]
  2. Set the Email EMAIL_BACKEND setting in settings like this:

    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.tar.gz (3.1 kB view hashes)

Uploaded Source

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