diff --git a/reference/6/Microsoft.PowerShell.Utility/Send-MailMessage.md b/reference/6/Microsoft.PowerShell.Utility/Send-MailMessage.md index 1af47d1579be..fff52d91321f 100644 --- a/reference/6/Microsoft.PowerShell.Utility/Send-MailMessage.md +++ b/reference/6/Microsoft.PowerShell.Utility/Send-MailMessage.md @@ -18,7 +18,7 @@ Sends an email message. ``` Send-MailMessage [-To] [-Subject] [[-Body] ] [[-SmtpServer] ] -From [-Attachments ] [-Bcc ] [-BodyAsHtml] [-Encoding ] -[-Cc ] [-DeliveryNotificationOption ] +[-Cc ] [-ReplyTo ] [-DeliveryNotificationOption ] [-Priority ] [-Credential ] [-UseSsl] [-Port ] [] ``` @@ -170,6 +170,23 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -ReplyTo + +Specifies additional email addresses (other than the From address) to use to reply to this message. +Enter names (optional) and the email address, such as `Name `. + +```yaml +Type: String[] +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -Credential Specifies a user account that has permission to perform this action. The default is the current