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

tostring required

Recipient email address

Example request

{
  "to": "test@example.com"
}

Response

Test email sent successfully

messagestring required

Example response

{
  "message": "Operation completed successfully"
}

Changes

Changed in 1 of the 2 revisions of this API.1