API client for lathermail SMTP Server
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.