Mailtrap · Capability
Mailtrap Email Sending API
The Mailtrap Email Sending API allows sending transactional and bulk emails with high deliverability. It follows REST principles and supports authentication via API tokens, with all requests sent over HTTPS. The API exposes a JSON-based send endpoint and a batch endpoint capable of delivering up to 500 emails in a single request.
What You Can Do
POST
Sendemail
— Send a transactional email
/api/send
POST
Sendbatchemails
— Send batch emails
/api/batch
MCP Tools
sendemail
Send a transactional email
sendbatchemails
Send batch emails