Send Test Email
send_test_emailVerify SMTP configuration by sending a test email. Returns a message ID on success to confirm delivery capability.
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 | |
| account_id | No | Optional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab). | |
| customMessage | No | Optional custom message body |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| success | Yes | ||
| messageId | No |