Documentation
Official SDKs
// Send your first email
const { MailtrapClient } = require("mailtrap");
const client = new MailtrapClient({
token: "YOUR_API_TOKEN"
});
await client.send({
from: { email: "[email protected]" },
to: [{ email: "[email protected]" }],
subject: "Hello from Mailtrap!",
text: "Welcome to Mailtrap Email API"
});Quick start guides
Explore features
Guides & integrations
Ready to get started?
Last updated
Was this helpful?

