
ojob ojob.io/ai/mcps/mcp-email smtpserver=smtp.gmail.com from=sender@example.com user=sender@example.com pass=mySecret ssl=true tls=true html=true port=587 debug=true onport=8888 forcebcc=bcc@example.com A STDIO MCP email server
| Name | Description | 
|---|---|
| smtpserver | SMTP server hostname | 
| from | Default FROM email address | 
| user | SMTP authentication user | 
| pass | SMTP authentication password or app token | 
| ssl | Use SSL to connect to the SMTP server | 
| tls | Use STARTTLS to connect to the SMTP server | 
| html | Treat message bodies as HTML (otherwise plain text) | 
| port | SMTP server port (defaults to provider standard) | 
| debug | Enable JavaMail debug logs | 
| onport | If defined starts a MCP server on the provided port | 
| forcebcc | If defined forces all emails to be sent BCC to the provided address (for testing) |