Was this helpful?
Sends a test email using the current configuration of the Parallels RAS mailbox.
Destination email address(es) for the test email. Can be a comma-separated list of multiple addresses.
curl -L \ --request POST \ --url '/api/MailboxSettings/Test' \ --header 'Content-Type: application/json; api-version=1.0' \ --data '{ "email": "text" }'
No Content