Fork me on GitHub

Mailme 📬

Simple REST HTTP service to send emails using a simple API.

API

API Routes

GET /api/ping

{
    "time" : 1455803800.5819314
}

POST /api/send

API Structures

Message

{
    "receivers" : ["João Magalhães <joamag@hive.pt>", "geral@hive.pt"],
    "subject" : "Hello World subject",
    "title" : "Hello World title",
    "contents" : "This is just a random <strong>Hello World</strong> ?",
    "copyright" : "Hive Solutions"
}

License

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

Build Automation

Build Status Coverage Status PyPi Status License