What problem does it solve?
Help developers and integrators wire outbound mail from applications and troubleshoot live Mailtrap sending across Email API and SMTP, avoiding common mistakes like using the wrong host, stream, or token and preventing delivery failures due to missing domain verification or suppressions.
Core Features & Use Cases
- Email API and SMTP guidance: Clear guidance on when to prefer HTTP Email API, SDKs, or SMTP and how to authenticate using API tokens.
- Stream selection: Distinguishes Transactional, Bulk, and Batch use cases and maps each to the correct endpoints, hosts, and tokens.
- Operational details: Rate limits, suppression handling, template usage with template_uuid and template_variables, and links to SDKs and official docs for implementation examples.
- Use Case: Integrate a password reset flow using the transactional Email API with a maintained SDK, or send high-volume promotional mail via the bulk stream and tokens.
Quick Start
Post a single-message Email API send to the send.api.mailtrap.io endpoint with your API token in the Authorization header and a JSON body that includes from, to, subject, and text.