Works with the AI tools you already use
Sending Emails
Expert integration of Mailtrap Email API and SMTP for transactional and bulk email delivery at scale.
Free
See it in action
You say
Configure my Node.js app to send a transactional password reset email using a Mailtrap template and the official SDK.
Your agent does
import { MailtrapClient } from "mailtrap";
const client = new MailtrapClient({ token: process.env.MAILTRAP_TOKEN });
await client.send({ from: { email: "auth@yourdomain.com", name: "Security Team" }, to: [{ email: "user@example.com" }], template_uuid: "your-uuid", template_variables: { "reset_link": "..." } });
About this skill
Covers the full live-sending surface of Mailtrap: Email API (REST) and SMTP across two streams — Transactional (send.api.mailtrap.io) and Bulk (bulk.api.mailtrap.io). Explains when to use each stream, how batch sending works, and how to choose between SDK, HTTP API, and SMTP for a given stack. Includes quick-reference tables for endpoints, SMTP settings, and rate limits, plus curl examples and links to all official SDKs (Node.js, Python, PHP, Ruby, Java, .NET).
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
2 installs
Downloaded by developers to date
Free forever
No account required to browse
Trust & safety
Security scanned
Verified clean 1 month ago
- Free to download with an account
Creator
Frequently Asked Questions
Popular in API Development
igdb-api
Professional IGDB v4 API specialist for advanced game data fetching, Apicalypse queries, and image URL construction.
discord-bot
Architect, build, and review production-grade Discord bots with structured guidance on commands, security, and scaling.

using-email-templates
Expert integration for Mailtrap email templates, Handlebars data mapping, and responsive HTML generation.

authorizing-api-requests
Secure authentication and account resolution for Mailtrap Email Sending, Sandbox, and Account APIs.