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.1.0.tar.gz (2.8 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for lathermail_client-0.1.0.tar.gz
Algorithm Hash digest
SHA256 5210b415fe93d24850c8847cdba69bf62d57b13c9b57a9365ea8eefcb0019414
MD5 e94f37cd187b2678b8909ab663b36dc7
BLAKE2b-256 93c6b1512e9cd58d36e9188591ee440e45113311a8426e0c739d9866ffb39fc5

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