69
/ 100
20 days ago
glama

smtp-mcp-wrapper

A minimal MCP server that provides a send_email tool for sending HTML email through an SMTP relay.

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: SMTP_PASS
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_HOSTsmtp.gmail.com SMTP relay host.
configSMTP_PORT587 SMTP relay port (STARTTLS).
configSMTP_USERSMTP username.
🔐 secretSMTP_PASSSMTP password. For Gmail, use an App Password.
configMAIL_FROMSMTP_USER From address.
configMAIL_FROM_NAMEOptional display name for the From header.
configDEFAULT_TORecipient used when the tool's to argument is omitted.
configALLOWED_TOhard-limits recipients, so even a misused tool cannot mail outside the
configREQUIRE_POMERIUM_IDENTITYSetting =true makes the app itself reject /mcp requests
configPOMERIUM_IDENTITY_HEADERx-pomerium-assertion Header checked when the above is true.
configHOST/ PORT 0.0.0.0 / 8080 Server bind address/port.
configPORTHOST / 0.0.0.0 / 8080 Server bind address/port.
// 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/jb09-smtp-mcp-wrapper-njxw9r)](https://m8ven.ai/mcp/jb09-smtp-mcp-wrapper-njxw9r)
commit: b7cee476e9e31e692c1c0593971a06a6951be53c
code hash: 9f969c6403e6a9709b4f013065b70edb2dde2d1542b71dcb47eb5ca7e5b0f2ee
verified: 7/11/2026, 8:24:13 AM
view raw JSON →