A minimal MCP server that provides a send_email tool for sending HTML email through an SMTP relay.
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.
process.env. You'll be asked to provide them before it can run.SMTP_HOST— smtp.gmail.com SMTP relay host.SMTP_PORT— 587 SMTP relay port (STARTTLS).SMTP_USER— SMTP username.SMTP_PASS— SMTP password. For Gmail, use an App Password.MAIL_FROM— SMTP_USER From address.MAIL_FROM_NAME— Optional display name for the From header.DEFAULT_TO— Recipient used when the tool's to argument is omitted.ALLOWED_TO— hard-limits recipients, so even a misused tool cannot mail outside theREQUIRE_POMERIUM_IDENTITY— Setting =true makes the app itself reject /mcp requestsPOMERIUM_IDENTITY_HEADER— x-pomerium-assertion Header checked when the above is true.HOST— / PORT 0.0.0.0 / 8080 Server bind address/port.PORT— HOST / 0.0.0.0 / 8080 Server bind address/port.[](https://m8ven.ai/mcp/jb09-smtp-mcp-wrapper-njxw9r)