Check email server configurations by sending testing email.
The recipient's e-mail address.
Mail subject.
Mail content.
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" }
OK
No content
Was this helpful?