Features

Transactional Email API

MailPace provides the easiest to use, fastest transactional email API on the market

At the heart of MailPace sits our HTTPS API, designed to be the fastest and most reliable way to send transactional emails. We've optimized our API to ensure that your emails get to the inbox as quickly as possible, with the least amount of effort on your part.

We have SDKs for all major programming languages, and our API is fully documented with examples to get you started quickly.

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"
}'
// Install with npm install @mailpace/mailpace.js
const client = new MailPace.DomainClient('API_TOKEN_HERE');
client
.sendEmail({
from: 'test@test.com',
to: 'test@test.com',
subject: 'test',
htmlbody: '<H1>HTML Email</h1>',
})
.then((r) => {
console.log(r);
});

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

...s

Avg: -s

iCloud

...s

Avg: -s

Yahoo

...s

Avg: -s

Ready to send?