1
    sending-emails

    sending-emails

    by Daryna Ivanova

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

    Updated Jun 2026
    0 installs

    Free

    Included in download

    • Downloadable skill package
    • Works with Compatible with Claude Code, Cursor
    • 2 permissions declared
    • Instant install

    Sample input

    Configure my Node.js app to send a transactional password reset email using a Mailtrap template and the official SDK.

    Sample output

    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).

    Use Cases

    • Route transactional app alerts and receipts via the Email API (REST)
    • Implement high-volume marketing sends using the dedicated Bulk stream host
    • Batch up to 500 messages in one request to reduce HTTP overhead
    • Configure legacy systems to use SMTP for live production mail delivery
    • Wire up Mailtrap hosted templates with dynamic variable injection in code

    Reviews

    No reviews yet - be the first to share your experience.

    Only users who have downloaded or purchased this skill can leave a review.

    Security Scanned

    Passed automated security review

    Permissions

    Terminal / Shell
    Network Access

    Allowed Hosts

    docs.mailtrap.io
    send.api.mailtrap.io
    bulk.api.mailtrap.io
    github.com

    Compatible with Claude Code, Cursor, Windsurf, and Aider.

    Frequently Asked Questions

    More Premium Skills

    Free