Smtp2Go Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add smtp2go-api npx -- -y @trustedskills/smtp2go-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"smtp2go-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/smtp2go-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to send emails via the SMTP2GO API, allowing for reliable transactional and marketing message delivery. It handles authentication and request formatting to communicate with SMTP2GO's infrastructure directly from your agent's codebase.
When to use it
- Triggering automated welcome or password reset emails immediately after user registration.
- Sending bulk marketing campaigns based on specific audience segmentation logic.
- Integrating email notifications into complex multi-step workflows involving other services.
- Delivering receipts and order confirmations for e-commerce platforms.
Key capabilities
- Direct integration with the SMTP2GO API endpoint.
- Support for standard email headers, recipients, and body content.
- Authentication management via API keys or credentials provided in the agent's environment.
- Error handling for failed send attempts to ensure workflow continuity.
Example prompts
- "Use the smtp2go-api skill to send a confirmation email to [user_email] with the subject 'Order Received' and include the order details from the context."
- "Configure an automated sequence that sends a promotional newsletter to all users who have not logged in for 30 days using smtp2go-api."
- "Check if the smtp2go-api connection is active, then send a test email to my personal address to verify credentials are correct."
Tips & gotchas
Ensure your AI agent has valid SMTP2GO API credentials securely stored in its environment variables before attempting to send messages. Be mindful of SMTP2GO's rate limits and pricing tiers, as high-volume sending may require upgrading from their free tier to avoid service interruptions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.