The python (fe)Mail Client
Project description
femail
Python package which supports sending mail through different kinds of API's
pepipost
from femail.pepipost import Client
# initialize client
c = Client(api_key, "codewarsnl@pepisandbox.com", "codewarsnl")
# Send mail
c.send_mail(to=["codewars.nl@gmail.com"], subject="test", body="Hello this is a test from a python library made by https://codewars.nl")
# Render jinja template and send mail
c.send_html_mail(to=["codewars.nl@gmail.com"], subject="test jinja", jinja_template_absolute_path="D:\\Private\\femail\\test.html", what="world!")
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file femail-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: femail-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 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/45.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3838ad22b696adc4fbe2718c310a67410914ef93f6e91821ace984cba9b8067e |
|
MD5 | 6512e3374bc66a6cc137edcc0c061abd |
|
BLAKE2b-256 | 05b2a1a179b8920b370cdd6b3c447a48fef8ff3719eb083056babb26489038d0 |