hivesolutions / mailme-api

API Python client for the Mailme service

Home Page:http://mailme-api.hive.pt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API Python client for the Mailme service.

Configuration

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.

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 Build Status GitHub Coverage Status PyPi Status License

About

API Python client for the Mailme service

http://mailme-api.hive.pt


Languages

Language:Python 100.0%