Tenants
Test SMTP settings
Send a test email using the tenant's saved SMTP settings (or system defaults if not configured). Only requires recipient email address.
post/api/tenants/me/smtp/test
Request body
Example request
{
"to": "test@example.com"
}Response
Test email sent successfully
Example response
{
"message": "Operation completed successfully"
}