69
/ 100
9 days ago
glama

Email Sender MCP Server

Enables sending emails through SMTP with support for multiple recipients, attachments, CC/BCC, and both plain text and HTML formats. Includes preset configurations for common email providers like Gmail, QQ, Outlook, and 163.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: SENDER_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSMTP_SERVERexport =smtp.qq.com
configSMTP_PORTexport =587
configSENDER_EMAILexport =your-email@qq.com
🔐 secretSENDER_PASSWORDexport =your-authorization-code
configUSE_TLSexport =true
configUSE_SSLexport =false
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/wyccywwyc-emailmcp-12k4is)](https://m8ven.ai/mcp/wyccywwyc-emailmcp-12k4is)
commit: 27aec2f160e5ac396813e2c850b08ef7846e9413
code hash: c46ace10e43a46ee5c9b40175d7d15cd4842c5ff43d0684c3bd20eebe859b2ee
verified: 6/17/2026, 12:40:58 PM
view raw JSON →