v1
latestOpenAPI 3.0.22026-07-1313674250.9 KBsettings
Test Smtp Settings
Test SMTP settings
post/settings/smtp/test
Request body
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"}