Features

Webhooks

Integrate with other applications and track sending & performance with our unlimited webhooks as standard.

MailPace comes with unlimited webhooks on every account. Once enabled, when an email is queued, delivered, bounced, or marked as spam, we will send a POST request to your webhook endpoint.

Setup is simple. Simply create your domain inside MailPace, choose the webbooks you'd like to enable, and set the endpoint(s) to forward the data to.

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

7.35s

Avg: 6.47s

iCloud

12.98s

Avg: 13.16s

Yahoo

11.72s

Avg: 10.27s

Ready to send?