hivesolutions / mailme

Simple REST HTTP service to send emails using a simple API

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

API

API Routes

GET /api/ping

{
    "time" : 1455803800.5819314
}

POST /api/send

  • skey - The secret key to be used for validation/authorization

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

About

Simple REST HTTP service to send emails using a simple API

http://mailme.hive.pt


Languages

Language:Smarty 59.2%Language:Python 38.0%Language:Dockerfile 2.8%