Windsurf
Prerequisites
1


{
"mcpServers": {
"mailtrap": {
"command": "npx",
"args": ["-y", "mcp-mailtrap"],
"env": {
"MAILTRAP_API_TOKEN": "your_mailtrap_api_token",
"DEFAULT_FROM_EMAIL": "[email protected]"
}
}
}
}2

3

Send an email to [email protected] with the subject 'Hi John!' and a message that wishes John a great day.
Verify in Gmail

Check Mailtrap Email Logs

Last updated
Was this helpful?

