Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.19 KB

API Python client for the Mailme service.

Configuration

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

Installation

pip install mailme_api

Usage

RECEIVERS="receiver@domain.com" \
CONTENTS="Hello World" \
python -m mailme.scripts.sender

License

Mailme API is currently licensed under the Apache License, Version 2.0.

Build Automation

Build Status Coverage Status PyPi Status License