Skip to main content

No project description provided

Project description

Build Status Code Style

AFFO Email Client

A simple python interface for the email service.

Installation

Version

1.0.1

Web

https://affo.io/

Download

https://pypi.org/affoio/affo-email-client/

Source

https://github.com/affoio/affo-email-client/

Keywords

python, email, service, client

pip install python-email-client

Usage

The example below shows how you get an inform

import affo_email_client

client = affo_email_client.Client(api_root_url="https://localhost/api/v1.0/")
client.message.create(body={
    "from_": "from@example.com",
    "to": ["to@example.com"],
    "subject": "Hello",
    "html": "",
    "text": "",
    "tag": "test"
})

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

affo-email-client-1.0.1.tar.gz (2.5 kB view hashes)

Uploaded Source

Built Distribution

affo_email_client-1.0.1-py3-none-any.whl (2.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