# Send-RASTestEmail

### NAME

Send-RASTestEmail\ <br>

### SYNOPSIS

Sends a test email.\ <br>

### SYNTAX

Send-RASTestEmail -[Email](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Send-RASTestEmail.html#Email) *\<string>* \[*<*[*CommonParameters*](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Send-RASTestEmail.html#CommonParameters)*>*]\ <br>

### DESCRIPTION

Sends a test email using the current configuration of the Parallels RAS mailbox.\ <br>

### PARAMETERS

\
-**Email \<string>**\
Destination email address(es) for the test email.\
\
Can be a comma-separated list of multiple addresses.\ <br>

```
        Required?                    true
```

```
        Position?                    named
```

```
        Default value                
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
\<CommonParameters>

```
        This cmdlet supports the common parameters: Verbose, Debug,
```

```
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
```

```
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
```

```
        about_CommonParameters . 
```

<br>

### INPUTS

-none-

### OUTPUTS

-none-

### EXAMPLES

\
\&#xNAN;**---------- EXAMPLE 1 ----------**\
\
Send-RASTestEmail -Email "<name@company.com>"\
\
Sends a test email to the specified email addresses.<br>
