Repository URL to install this package:
|
Version:
1.0.2 ▾
|
gns-mailer
/
PKG-INFO
|
|---|
Metadata-Version: 2.1
Name: gns-mailer
Version: 1.0.2
Summary: Send emails easily
Home-page: https://gitlab.com/genesort/pipeline2/gns-configurator-lib.git
Author: Dana Blanc
Author-email: danab@genesort.com
License: UNKNOWN
Description: # Mailer library
Send emails easily using the mailer
# Requirements
- Python 3
# Installation
### Linux
pip install gns-mailer --extra-index-url https://pypi.fury.io/genesort/
### Windows
pip install gns-mailer --extra-index-url https://pypi.fury.io/genesort/
# Usage
In order to send an e-mail:
`m = Mail([receipents], subject, content)
m.send_email()`
# Contact
Dana Blanc danab@genesort.com
Platform: UNKNOWN
Description-Content-Type: text/markdown