v1

latestOpenAPI 3.0.22026-07-1313674250.9 KB
settings

Test Smtp Settings

Test SMTP settings

post/settings/smtp/test

Request body

hoststring required
portinteger required
from_emailstring required
usernamestring
passwordstring password
secureboolean
to_emailstring

Example request

{
  "host": "smtp.example.com",
  "port": 587,
  "username": "user@example.com",
  "password": "password",
  "secure": true,
  "from_email": "noreply@example.com",
  "to_email": ""
}

Response

Successful Response

{"stackTrail":"paths:/settings/smtp/test:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}