You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/email/send-email-advanced/includes/inline-attachments-azcli.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Make these replacements in the code:
92
92
- Replace `<yourConnectionString>` with your connection string.
93
93
- Replace `<[email protected]>` with the email address you would like to send a message to.
94
94
- 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.
96
96
- Replace `<filepath>/<contentid>` with the file path to your attachment and the cid name or id for your inline attachment.
97
97
- Replace `<contentid>` with the CID for your inline attachment, which is referred to in the img src part of the HTML.
98
98
- Replace `<alternatetext>` with a descriptive text for the image to help with accessibility.
@@ -116,7 +116,7 @@ Make these replacements in the code:
116
116
- Replace `<yourConnectionString>` with your connection string.
117
117
- Replace `<[email protected]>` with the email address you would like to send a message to.
118
118
- 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.
120
120
- Replace `<filepath>` with the file path to your attachment.
121
121
- Replace `<filepath>/<contentid>` with the file path to your attachment and the cid name or id for your inline attachment.
122
122
- 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:
141
141
- Replace `<yourConnectionString>` with your connection string.
142
142
- Replace `<[email protected]>` with the email address you would like to send a message to.
143
143
- 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.
145
145
- Replace `<filepath1>``<filepath2>` with the file paths to your attachment.
146
146
- Replace `<filepath1>/<contentid1>``<filepath2>/<contentid2>``<filepath3>/<contentid3>` with the file paths to your attachment and the cid name or id for your inline attachment.
147
147
- 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.
176
176
177
177
-`--attachment-types` sets the list of email attachment types, in the same order of attachments.
178
178
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.
180
180
181
181
>[!NOTE]
182
182
> There needs to be at least one recipient in `--to` or `--cc` or `--bcc`.
0 commit comments