Skip to main content

A simple mailing library for python powered applications using Sendgrid.

Project description

dsc-mailer

A simple mailing library for python powered applications using Sendgrid.

Installation

To install the library using pip, run;

pip install dsc-mailer

Required parameters

The library has one module for sending emails mailer

the mailer module contains a send_mail function that expects five parameters

  • Sender

  • Receiver

  • Email Subject

  • Html Content

  • Sendgrid Api_key

Example Usage

from dscmailer import mailer
my_email = mailer.send_mail(sender, receiver, subject, html_content, api_key)

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

dsc-mailer-1.0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

dsc_mailer-1.0.1-py3-none-any.whl (3.0 kB view hashes)

Uploaded 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