Skip to content

Commit fa97bcc

Browse files
authored
Update try-send-email.md
1 parent d66d299 commit fa97bcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,25 @@ Get started with Azure Communication Services by using the Communication Service
1616
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
1717
- The latest version [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
1818
- An Azure Email Communication Services Resource created and ready with a provisioned domain [Get started with Creating Email Communication Resource](../create-email-communication-resource.md)
19-
- An active Communication Services resource connected with Email Domain . [Get started by Connecting Email Resource with a Communication Resource](../connect-email-communication-resource.md)
19+
- An active Communication Services resource connected with Email Domain. [Get started by Connecting Email Resource with a Communication Resource](../connect-email-communication-resource.md)
2020

2121
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
2222

2323
## Sending an Email using Try Email
2424

25-
Try Email helps you kick starting with sending email using Azure Communciation Services and as well verifying the configuration for your application to send email. It also helps to jump-start your email notification development with the code snippet in your prefered choice of launguage.
25+
Try Email helps you kick starting with sending email using Azure Communication Services and as well verifying the configuration for your application to send email. It also helps to jump-start your email notification development with the code snippet in your preferred choice of language.
2626

2727
To send a message to a recipient, and to specify the message subject and body,
2828

2929
1. In the Azure Communication Service Resource overview page, click **Try Email** on the left navigation panel under Email.
3030

3131
:::image type="content" source="../media/tryemail-domains-select.png" alt-text="Screenshot that shows the left navigation panel for Try Email." lightbox="../media/tryemail-domains-select.png":::
3232

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

3535
:::image type="content" source="../media/tryemail-domains-selected-domain.png" alt-text="Screenshot that shows the left navigation panel for Try Email." lightbox="../media/tryemail-domains-select.png":::
3636

37-
3. Combose the email to send
37+
3. Compose the email to send
3838
- Enter Recipient email address
3939
- Enter Subject
4040
- Write the Email Body
@@ -49,7 +49,7 @@ To send a message to a recipient, and to specify the message subject and body,
4949

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

52-
6. You can now also copy Sample Code Snippet to Send an Email to use start your sample proof of concept to send notifications.
52+
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

0 commit comments

Comments
 (0)