Skip to main content

API client for lathermail SMTP Server

Project description

https://travis-ci.org/reclosedev/lathermail_client.svg?branch=master https://coveralls.io/repos/reclosedev/lathermail_client/badge.svg?branch=master&service=github

lathermail_client

Python API client for lathermail SMTP server.

Usage:

from lathermail_client import LathermailClient


user, password = "user", "password"
url = "http://127.0.0.0:5000/"

client = LathermailClient(user, password, url)
print(client.get_inboxes())
print(client.get_messages(recipients_address="to@example.com"))
print(client.get_single_message("some_id"))

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

lathermail_client-0.2.0.tar.gz (2.9 kB view hashes)

Uploaded Source

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