Test

Send Test Email

post

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
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?