
sending-emails
Expert integration of Mailtrap Email API and SMTP for transactional and bulk email delivery at scale.
- 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
Free
Included in download
- Downloadable skill package
- Works with Compatible with Claude Code, Cursor
- 2 permissions declared
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": "..." } });
Expert integration of Mailtrap Email API and SMTP for transactional and bulk email delivery at scale.
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
Known Limitations
- Limited to 500 messages per batch request.
- Does not cover Mailtrap Campaigns UI workflow.
- Requires pre-verified sending domains.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/sending-emails -o /tmp/sending-emails.zip && unzip -o /tmp/sending-emails.zip -d ~/.claude/skills && rm /tmp/sending-emails.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
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
Allowed Hosts
Compatible with Claude Code, Cursor, Windsurf, and Aider.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
keyword-research
Transform URLs or product lists into SEO keyword research packs with Google Ads data and intent-based clustering.