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
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dsc-mailer-1.0.1.tar.gz.
File metadata
- Download URL: dsc-mailer-1.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
587fd5b02a6917d75cc858ba356ca4f6869478fba2aff2e5d1d71711e1110fc9
|
|
| MD5 |
1e84a3bc26a153f8d7e28b780e4aac3c
|
|
| BLAKE2b-256 |
dd632b7da27e9fc12147155ae16fac22613e377ddbed7477b7f24945fd958868
|
File details
Details for the file dsc_mailer-1.0.1-py3-none-any.whl.
File metadata
- Download URL: dsc_mailer-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7476ab3b5e74b9053b0110eb0ccc8ccaa0816d2190b9b3862c23338775ff5e4d
|
|
| MD5 |
d8f342afde2b6806b043544d3930aa6d
|
|
| BLAKE2b-256 |
af05b008b36d9567c0b3839d3754762631b39f3d13392b76e010fdc1e9f554c8
|