# Set-RASMailboxSettings.md

## NAME

Set-RASMailboxSettings

## SYNOPSIS

Modifies Parallels RAS Mailbox settings.

## SYNTAX

\*\*Set-RASMailboxSettings \[[Password](#password-string) *(SecureString)*] \[[RequireAuth](#requireauth-string) *(bool)*] \[[SenderAddress](#senderaddress-string) *(string)*] \[[SMTPServer](#smtpserver-string) *(string)*] \[[Username](#username-string) *(string)*] \[-[UseTLS](#UseTLS) {No | Yes | YesIfAvailable | YesTLS12IfAvailable}] \[*(*[*CommonParameters*](#CommonParameters)*)*]

## DESCRIPTION

Modifies the Parallels RAS Mailbox configuration settings.

## PARAMETERS

## SMTPServer (string)

SMTP server name. Example: "mail.yourcompany.com:500"

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## SenderAddress (string)

Sender email address.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Username (string)

SMTP server user name.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## Password (SecureString)

SMTP server password.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## RequireAuth (bool)

Set whether SMTP server requires authentication.

```
        Required?                    false

        Position?                    named

        Default value                

        Accept pipeline input?       false

        Accept wildcard characters?  false
```

## UseTLS ([MailboxTLS](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/types/mailboxtls))

Set whether to use TLS/SSL. Accepted values: No (Do not use), Yes (Use TLS/SSL), YesIfAvailable (Use TLS/SSL if available), YesTLS12IfAvailable (Use TLS 1.2 if available).

Possible values: No, Yes, YesIfAvailable, YesTLS12IfAvailable

```
        Required?                    false

        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 documentation. 
```

## INPUTS

-none-

## OUTPUTS

-none-

## EXAMPLES

\*\*---------- EXAMPLE 1 ----------

Set-RASMailboxSettings -SMTPServer "mail.yourcomapny.com:500"

Modifies the SMTP server name for the Parallels RAS mailbox.

## RELATED LINKS

* [Get-RASMailboxSettings](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/get-rasmailboxsettings)
* [Send-RASTestEmail](https://docs.parallels.com/landing/ras-powershell-api-guide/v20/parallels-ras-powershell-admin-module/commands/send-rastestemail)
