Skip to content

Commit 6e33a76

Browse files
committed
Updated ContentPlainText
1 parent f0b9946 commit 6e33a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/email/includes/send-email-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ $message = @{
132132
SenderAddress = '<[email protected]>'
133133
Attachment = @($emailAttachment) # Array of attachments
134134
ContentHtml = "<html><head><title>Enter title</title></head><body><img src='cid:inline-attachment' alt='Company Logo'/><h1>This is the first email from ACS - Azure PowerShell</h1></body></html>"
135-
ContentPlainText = "This is the first email from ACS - HTML"
135+
ContentPlainText = "This is the first email from ACS - Azure PowerShell"
136136
Header = $headers # Importance = high/medium/low or X-Priority = 2/3/4
137137
RecipientBcc = @($emailRecipientBcc) # Array of email address objects
138138
RecipientCc = @($emailRecipientCc) # Array of email address objects

0 commit comments

Comments
 (0)