Send-RASTestEmail
NAME
Send-RASTestEmail
SYNOPSIS
Sends a test email.
SYNTAX
Send-RASTestEmail -Email <string> [<CommonParameters>]
DESCRIPTION
Sends a test email using the current configuration of the Parallels RAS mailbox.
PARAMETERS
-Email <string> Destination email address(es) for the test email. Can be a comma-separated list of multiple addresses.
<CommonParameters>
INPUTS
-none-
OUTPUTS
-none-
EXAMPLES
---------- EXAMPLE 1 ---------- Send-RASTestEmail -Email "name@company.com" Sends a test email to the specified email addresses.
Last updated