Features

Idempotency

Ensure your emails are sent only once with our idempotent email API

MailPace is one of the only transactional email providers that supports idempotency out of the box. This means that you can ensure that your emails are sent only once, even if your application retries sending the email multiple times.

To use this feature, simply set an Idempotency-Key header in your API request, and we'll take care of the rest.

Integrate in minutes

MailPace supports all your favourite languages and has integrations for popular frameworks

Terminal window
# Copy and paste into the terminal to send an email using curl
curl "https://app.mailpace.com/api/v1/send" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "MailPace-Server-Token: API_TOKEN_GOES_HERE" \
-d '{
"from": "example@domain.com",
"to": "person@somewhere.com",
"subject": "Hello from MailPace.com",
"textbody": "Hello"
}'

Tidy Documentation

Our documentation is simple to read, easy to understand and will help you get started in minutes.

Screenshot of MailPace Documentation

We are speedy fast πŸš…

And we share our performance metrics to prove it

We measure, track and optimize for time to inbox. We publish live results for all to see to hold ourselves accountable to our fast transactional email delivery times.

Latest Time to Inbox Timings

Gmail

0.87s

Avg: 6.02s

iCloud

2.75s

Avg: 2.96s

Yahoo

11.99s

Avg: 10.14s

Ready to send?