Integrate in minutes with our email API to reliably deliver emails straight to your clients’ inboxes.
We make it easy to build, launch, and track delivery events for your email marketing campaigns.
MailPoh supports an email inbox feature, allowing you to receive customer replies and get notified via webhook to your application.
You can use your own domain with MailPoh, or simply register and get started, even if you don't have one yet.
Easily configure your webhooks to track email events and inbox activity programmatically.
The email verification API lets you instantly verify addresses directly from your app.
Our HTML template builder and rich-text editor give you the flexibility to create exactly the design you want.
Filter out invalid email addresses to protect your domain reputation and improve deliverability.
Send your first transactional email via our API in under 3 minutes.
curl --location --request POST 'https://mailpoh.com/api/v1/email/send' \ --header 'Authorization: Bearer xxxxxxxxxxxxxxxxxxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "from": "no-reply@yourdomain.com", "sender": "Your Brand Name", "to": "customer@domain.com", "subject" : "Email from MailPoh API", "content" : "<p>HTML Email Body</p>" }'