Skip to content

Commit 0c2e185

Browse files
authored
Apply suggestions from code review
1 parent d405ff6 commit 0c2e185

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/communication-services/quickstarts/email/send-email-advanced/includes/inline-attachments-azcli.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Make these replacements in the code:
9292
- Replace `<yourConnectionString>` with your connection string.
9393
- Replace `<[email protected]>` with the email address you would like to send a message to.
9494
- Replace `<[email protected]>` with the MailFrom address of your verified domain.
95-
- Replace `<inlineattachmenttype1>` with the actual attchment type of the file.
95+
- Replace `<inlineattachmenttype1>` with the actual attachment type of the file.
9696
- Replace `<filepath>/<contentid>` with the file path to your attachment and the cid name or id for your inline attachment.
9797
- Replace `<contentid>` with the CID for your inline attachment, which is referred to in the img src part of the HTML.
9898
- Replace `<alternatetext>` with a descriptive text for the image to help with accessibility.
@@ -116,7 +116,7 @@ Make these replacements in the code:
116116
- Replace `<yourConnectionString>` with your connection string.
117117
- Replace `<[email protected]>` with the email address you would like to send a message to.
118118
- Replace `<[email protected]>` with the MailFrom address of your verified domain.
119-
- Replace `<attachmenttype1>` `<inlineattachmenttype1>` with the actual attchment type of the file.
119+
- Replace `<attachmenttype1>` `<inlineattachmenttype1>` with the actual attachment type of the file.
120120
- Replace `<filepath>` with the file path to your attachment.
121121
- Replace `<filepath>/<contentid>` with the file path to your attachment and the cid name or id for your inline attachment.
122122
- Replace `<contentid>` with the CID for your inline attachment, which is referred to in the img src part of the HTML.
@@ -141,7 +141,7 @@ Make these replacements in the code:
141141
- Replace `<yourConnectionString>` with your connection string.
142142
- Replace `<[email protected]>` with the email address you would like to send a message to.
143143
- Replace `<[email protected]>` with the MailFrom address of your verified domain.
144-
- Replace `<attachmenttype1>` `<attachmenttype2>` `<inlineattachmenttype1>` `<inlineattachmenttype2>` `<inlineattachmenttype3>` with the actual attchment types of the file.
144+
- Replace `<attachmenttype1>` `<attachmenttype2>` `<inlineattachmenttype1>` `<inlineattachmenttype2>` `<inlineattachmenttype3>` with the actual attachment types of the file.
145145
- Replace `<filepath1>` `<filepath2>` with the file paths to your attachment.
146146
- Replace `<filepath1>/<contentid1>` `<filepath2>/<contentid2>` `<filepath3>/<contentid3>` with the file paths to your attachment and the cid name or id for your inline attachment.
147147
- Replace `<contentid1>` `<contentid2>` `<contentid3>` with the CID for your inline attachment, which is referred to in the img src part of the HTML.
@@ -176,7 +176,7 @@ The following optional parameters are available in Azure CLI.
176176
177177
- `--attachment-types` sets the list of email attachment types, in the same order of attachments.
178178

179-
- `--inline-attachments` parameter embeds an attachment directly within the email body, instead of as a separate downloadable file. It is commonly used for images or media files that should appear inline in the email content.
179+
- `--inline-attachments` parameter embeds an attachment directly within the email body, instead of as a separate downloadable file. It's commonly used for images or media files that should appear inline in the email content.
180180

181181
>[!NOTE]
182182
> There needs to be at least one recipient in `--to` or `--cc` or `--bcc`.

0 commit comments

Comments
 (0)