Skip to main content

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


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

femail-1.0.1-py3-none-any.whl (3.4 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