Fork me on GitHub

Mailme API

API Python client for the Mailme service.

Configuration

NameTypeDescription
MAILME_BASE_URLstrThe base URL for the Mailme API requests (defaults to https://mailme.bemisc.com/api/).
MAILME_KEYstrThe 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