Send Test Email
send_test_emailVerify SMTP configuration by sending a test email and receiving a messageId on success. Use this to confirm email delivery before automating workflows.
Instructions
Send a test email to verify SMTP is working. Returns messageId on success. Use before relying on send_email in automated workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient address for the test | |
| customMessage | No | Optional custom message body |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| messageId | No | ||
| reason | No |