API Python client for the Mailme service.
Name | Type | Default | Description |
---|---|---|---|
MAILME_BASE_URL | str |
https://mailme.bemisc.com/api/ |
The base URL for the Mailme API requests. |
MAILME_KEY | str |
None |
The secret key to be used to authenticate API requests. |
pip install mailme-api
RECEIVERS="[email protected]" \
CONTENTS="Hello World" \
python -m mailme.scripts.sender
Mailme API is currently licensed under the Apache License, Version 2.0.