Imap Smtp Email

🌐Community
by boomsystel-code · vlatest · Repository

Sends and receives emails via IMAP and SMTP protocols, automating communication tasks.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add imap-smtp-email npx -- -y @trustedskills/imap-smtp-email
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "imap-smtp-email": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/imap-smtp-email"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

imap-smtp-email

What it does

This skill enables AI agents to send and receive emails directly using IMAP and SMTP protocols. It allows for automated communication workflows without requiring manual email client interaction.

When to use it

  • Automating routine notifications like order confirmations or password resets.
  • Fetching incoming support tickets from a shared inbox for triage.
  • Sending scheduled reports or digests to specific user groups.
  • Triggering external actions based on incoming email content (e.g., parsing invoices).

Key capabilities

  • Connects to standard IMAP servers to retrieve and read emails.
  • Sends outbound messages via SMTP servers with configurable authentication.
  • Supports structured data handling for both incoming and outgoing mail.
  • Integrates seamlessly into existing AI agent workflows for communication tasks.

Example prompts

  • "Check my inbox for any new support tickets from the last hour and summarize them."
  • "Send a welcome email to all users who signed up today using our SMTP server."
  • "Monitor my email for mentions of 'urgent' and alert me if any are found."

Tips & gotchas

Ensure your AI agent has proper credentials (username/password or OAuth tokens) configured securely before attempting to connect. Be mindful of rate limits imposed by your email service provider to avoid being flagged as spam.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
boomsystel-code
Installs
172

🌐 Community

Passed automated security scans.