Short Description
Modifies SMTP settings.
Syntax
Set-VEXSmtpSettings [-ConfigureSmtpSettings] [-Server <string>] [-Port <int>] [-From <string>] [-UseAuthentication] [-Credentials <pscredential>] [-UseSSL] [<CommonParameters>] |
Detailed Description
This cmdlet modifies SMTP settings for Veeam Explorer for Microsoft Exchange. These settings are needed if you want to send restored mailbox items as e-mail attachments.
To modify settings, enter the corresponding parameters with new values. The parameters that you omit will remain unchanged.
Parameters
Parameter | Description | Required | Position | Accept | Accept |
Configure | Indicates that Veeam Explorer for Microsoft Exchange will use mail server settings for sending restored mailbox items. | False | Named | False | False |
Server | Specifies the full DNS name or IP address of the SMTP server for sending restored mailbox items in e-mail messages. | False | Named | False | False |
Port | Specifies the port for connecting to SMTP server. | False | Named | False | False |
Use | Indicates that SMTP server requires authentication. Otherwise, the connection will be established to SMTP server, which does not enforce authentication. | False | Named | False | False |
UseSSL | If set, enables a secure connection for e-mail notification transmission. Otherwise, e-mail notifications will be transmitted through the connection that does not require SSL authentication. | False | Named | False | False |
Credentials | Specifies the credentials you want to use for authenticating with SMTP server. | False | Named | False | False |
From | Specifies the e-mail address from which Veeam Explorer for Microsoft Exchange will send restored mailbox data. This e-mail address must have the rights to connect to SMTP server, If SMTP server requires authentication. | False | Named | False | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.
Example
This example shows how to modify VEX SMTP settings for sending restored mailbox items in e-mail messages.
PS C:\PS> Set-VEXSmtpSettings -ConfigureSmtpSettings -Server smtp01.support.local -Port 25 -From j.smith@support.com |