Skip to content

Commit 98ae44b

Browse files
Merge pull request #251356 from bashan-git/patch-21
Update send-email.md
2 parents 3e711d9 + 85a109c commit 98ae44b

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To send a message to a recipient, and to specify the message subject and body,
3232

3333
2. Select one of the verified domains from drop-down.
3434

35-
:::image type="content" source="../media/try-email-domains-selected-domain.png" alt-text="Screenshot that shows the left navigation panel for Try Email." lightbox="../media/try-email-domains-select.png":::
35+
:::image type="content" source="../media/try-email-domains-selected-domain.png" alt-text="Screenshot that shows the verfied domain from drop-down." lightbox="../media/try-email-domains-select.png":::
3636

3737
3. Compose the email to send
3838
- Enter Recipient email address
@@ -47,14 +47,14 @@ To send a message to a recipient, and to specify the message subject and body,
4747

4848
5. Email Sent Successfully.
4949

50-
:::image type="content" source="../media/try-email-sent-success.png" alt-text="Screenshot that shows one of the verified email domains is now connected." lightbox="../media/try-email-sent-success.png":::
50+
:::image type="content" source="../media/try-email-sent-success.png" alt-text="Screenshot that shows successful email send." lightbox="../media/try-email-sent-success.png":::
5151

5252
6. You can now also copy the sample *Code Snippet* to send an email to use in your sample project to send notifications.
5353
- Select Language of your choice
5454
- Click Insert my Connection
5555
- Click Copy
5656

57-
:::image type="content" source="../media/try-email-codesnippet-connection-string.png" alt-text="Screenshot that shows one of the verified email domains is now connected." lightbox="../media/try-email-codesnippet-connection-string.png":::
57+
:::image type="content" source="../media/try-email-code-snippet-connection-string.png" alt-text="Screenshot that shows code snippet to send email." lightbox="../media/try-email-code-snippet-connection-string.png":::
5858

5959
7. Email Code Snippet is now ready to use in your notification project.
6060

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,17 @@ ms.date: 04/10/2023
1010
ms.topic: quickstart
1111
ms.service: azure-communication-services
1212
ms.custom: devx-track-extended-java, devx-track-js, devx-track-python
13-
zone_pivot_groups: acs-azcli-js-csharp-java-python-logic-apps
13+
zone_pivot_groups: acs-azcli-js-csharp-java-python-portal-nocode
1414
---
1515

1616
# Quickstart: How to send an email using Azure Communication Service
1717

1818
In this quick start, you'll learn about how to send email using our Email SDKs.
1919

20+
::: zone pivot="platform-azportal"
21+
[!INCLUDE [Send email using Try Email in Azure Portal ](./includes/try-send-email.md)]
22+
::: zone-end
23+
2024
::: zone pivot="platform-azcli"
2125
[!INCLUDE [Send email with Azure CLI](./includes/send-email-az-cli.md)]
2226
::: zone-end
@@ -37,7 +41,7 @@ In this quick start, you'll learn about how to send email using our Email SDKs.
3741
[!INCLUDE [Send Email with Python SDK](./includes/send-email-python.md)]
3842
::: zone-end
3943

40-
::: zone pivot="programming-language-power-platform"
44+
::: zone pivot="platform-nocode"
4145
[!INCLUDE [Azure Logic Apps](./includes/send-email-logic-app.md)]
4246
::: zone-end
4347

0 commit comments

Comments
 (0)