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 details)

Uploaded Source

File details

Details for the file lathermail_client-0.2.0.tar.gz.

File metadata

File hashes

Hashes for lathermail_client-0.2.0.tar.gz
Algorithm Hash digest
SHA256 2afb558eaf5793efced3c4848b1bc3b6806eb16d098b6814a99724b88f62ca34
MD5 0ec827c9679ab773d27b881877037f39
BLAKE2b-256 61187d183555b04ec82d79d25804f9dd934813d02b05fcce8a947d3c76cb18ef

See more details on using hashes here.

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