Test email
Check email server configurations by sending testing email.
Authorizations
Body
recipientstringRequired
The recipient's e-mail address.
subjectstringRequired
Mail subject.
contentstringRequired
Mail content.
Responses
200
OK
4XX
Error
post
POST /api/admin/notification/test_email HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 54
{
"recipient": "text",
"subject": "text",
"content": "text"
}
No content