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