Send emails through various providers including Gmail, Outlook, Yahoo, and more. Supports attachments and HTML content.
npx -y email-send-mcp
```json
{
"mcpServers": {
"email": {
"command": "npx",
"args": ["-y", "email-send-mcp"],
"env": { "SMTP_HOST": "smtp.gmail.com", "SMTP_USER": "[email protected]", "SMTP_PASS": "app-password" }
}
}
}
```
send_emailsend_email_with_attachmentSend emails through various providers including Gmail, Outlook, Yahoo, and more. Supports attachments and HTML content.
Language: TypeScript
Category: Communication