yahyamohmuedpro99/mailer-mcp
If you are the rightful owner of mailer-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Mailer MCP is a Model Context Protocol server designed for sending emails using any SMTP relay service by configuring environment variables.
Mailer MCP is a versatile server that facilitates the sending of emails through any SMTP provider by configuring the necessary environment variables. It is implemented in TypeScript, ensuring type safety and reliability. The server is designed to be SMTP provider agnostic, allowing users to choose their preferred SMTP relay service such as Gmail, SendGrid, Mailgun, or SMTP2Go. It includes features for sending emails, testing email functionality, and provides robust error handling and logging. The server is easy to configure and deploy, making it a practical solution for email sending needs.
Features
- Send emails to specified recipients
- Test email functionality
- Environment variable configuration
- Proper error handling and logging
- TypeScript implementation for type safety
Tools
send_email
Sends an email to a specified recipient.
test_email
Sends a test email to verify the configuration.