Smithery
send_test_email
Send an email from a disposable AgentMail inbox. Useful for testing contact forms, reply workflows, or sending test data to services.
Remote relievedattention992-smithery/screenshotsmcp
Other tools also called send_test_email?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to": {
"type": "string",
"description": "Recipient email address"
},
"text": {
"type": "string",
"description": "Plain text email body"
},
"subject": {
"type": "string",
"description": "Email subject line"
},
"inbox_id": {
"type": "string",
"description": "The inbox ID or email address to send from"
}
}
}