Test
Sends a test email using the current configuration of the Parallels RAS mailbox.
Body
emailstring | nullableRequired
Destination email address(es) for the test email. Can be a comma-separated list of multiple addresses.
Responses
201
Created
401
Unauthorized
application/json; api-version=1.0
409
Conflict
application/json; api-version=1.0
post
POST /api/MailboxSettings/Test HTTP/1.1
Host:
Content-Type: application/json; api-version=1.0
Accept: */*
Content-Length: 16
{
"email": "text"
}
No content
Was this helpful?