Send Email

🌐Community
by dalehurley · vlatest · Repository

Sends emails to specified recipients using Dale Hurley's pre-configured email settings and templates.

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 dalehurley-send-email npx -- -y @trustedskills/dalehurley-send-email
2

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

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

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

About This Skill

What it does

This skill allows an AI agent to send emails. It can compose and transmit email messages, potentially including attachments or complex formatting, based on user instructions. The skill leverages PHP for the underlying email sending functionality.

When to use it

  • Automating customer support responses: Send pre-written replies to common inquiries.
  • Generating personalized marketing campaigns: Craft and distribute targeted emails to specific recipients.
  • Sending notifications or reminders: Automatically dispatch alerts about upcoming events or deadlines.
  • Sharing reports or documents: Distribute generated reports or other files via email.

Key capabilities

  • Email composition
  • Recipient specification (to, cc, bcc)
  • Subject line generation
  • Attachment handling
  • PHP-based execution

Example prompts

  • "Send an email to [email protected] with the subject 'Project Update' and body 'Please review the attached document.'"
  • "Compose an email to [email protected] thanking them for their assistance."
  • “Email [email protected] a reminder about our meeting tomorrow at 2pm.”

Tips & gotchas

The skill relies on PHP execution, so ensure your environment supports this and has the necessary permissions to send emails. Proper email server configuration (SMTP settings) is required for successful delivery.

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
dalehurley
Installs
3

🌐 Community

Passed automated security scans.