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/includes/try-send-email.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,25 +16,25 @@ Get started with Azure Communication Services by using the Communication Service
16
16
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
17
17
- The latest version [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
18
18
- 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)
20
20
21
21
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
22
22
23
23
## Sending an Email using Try Email
24
24
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.
26
26
27
27
To send a message to a recipient, and to specify the message subject and body,
28
28
29
29
1. In the Azure Communication Service Resource overview page, click **Try Email** on the left navigation panel under Email.
30
30
31
31
:::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":::
32
32
33
-
2. Select one of the verified domains from dropdown.
33
+
2. Select one of the verified domains from drop-down.
34
34
35
35
:::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":::
36
36
37
-
3.Combose the email to send
37
+
3.Compose the email to send
38
38
- Enter Recipient email address
39
39
- Enter Subject
40
40
- Write the Email Body
@@ -49,7 +49,7 @@ To send a message to a recipient, and to specify the message subject and body,
49
49
50
50
:::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":::
51
51
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.
0 commit comments