messaging

Email

Send emails in a flash

Introduction

A quick and easy email API. Simply provide a from, to, and text or html body.

Features

Parse

Parse an RFC5322 address e.g "Joe Blogs <[email protected]>"

Send

Send an email by passing in from, to, subject, and a text or html body

Validate

Validate an email address format

Pricing

EndpointPer Request
ParseBase
Send0.01 USD
ValidateBase

Base requests are 0.000001 USD

Example

Parse Request

Response

{
    "name": "Joe Blogs",
    "address": "[email protected]"
}