TestEmailResponse
Response from sending a test email
Properties
| Name | Type | Description |
|---|---|---|
| success | boolean | Indicates if the test email was sent successfully |
Indicates if the test email was sent successfully | ||
| message | string | Human-readable message describing the result |
Human-readable message describing the result | ||
| error | string | Error details if the test email failed (null on success) |
Error details if the test email failed (null on success) | ||
JSON Example
{
"success": false,
"message": "string",
"error": "string"
}