Works with the AI tools you already use

    CClaude CodeCCursorCCodex CLIGGitHub CopilotGGemini CLIVVS CodeWWindsurf+15 more

    Sending Emails

    by Daryna Ivanova

    2

    Expert integration of Mailtrap Email API and SMTP for transactional and bulk email delivery at scale.

    Free

    2 installsSecurity scanned

    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

    Installs2
    Listed1 month ago

    Creator

    Frequently Asked Questions

    Popular in API Development

    Free