lathermail_client 0.2.0

Creator: bradpython12

Last updated:

Add to Cart

Description:

lathermail client 0.2.0

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.