Skip to content

Commit 2b48d06

Browse files
authored
Merge pull request #249929 from bashan-git/bashan-git-patch-2
Create try-send-email.md
2 parents b832a4f + fa97bcc commit 2b48d06

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
title: include file
3+
description: Send an email using try email in portal.
4+
author: bashan-git
5+
manager: sundraman
6+
services: azure-communication-services
7+
ms.author: bashan
8+
ms.date: 08/31/2023
9+
ms.topic: include
10+
ms.service: azure-communication-services
11+
---
12+
13+
Get started with Azure Communication Services by using the Communication Services Try Email to send Email messages.
14+
## Prerequisites
15+
16+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
17+
- The latest version [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
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)
20+
21+
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
22+
23+
## Sending an Email using Try Email
24+
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+
27+
To send a message to a recipient, and to specify the message subject and body,
28+
29+
1. In the Azure Communication Service Resource overview page, click **Try Email** on the left navigation panel under Email.
30+
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+
33+
2. Select one of the verified domains from drop-down.
34+
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+
37+
3. Compose the email to send
38+
- Enter Recipient email address
39+
- Enter Subject
40+
- Write the Email Body
41+
42+
:::image type="content" source="../media/tryemail-readyto-send.png" alt-text="Screenshot that shows how to filter and select one of the verified email domains to connect." lightbox="../media/email-domains-connect-select.png":::
43+
44+
4. Click Send
45+
46+
:::image type="content" source="../media/tryemail-sent-queued.png" alt-text="Screenshot that shows one of the verified email domains is now connected." lightbox="../media/email-domains-connected.png":::
47+
48+
5. Email Sent Successfully.
49+
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+
52+
6. You can now also copy the sample *Code Snippet* to send an email to use in your sample project to send notifications.
53+
- Select Language of your choice
54+
- Click Insert my Connection
55+
- Click Copy
56+
57+
:::image type="content" source="../media/tryemail-codesnippet-connectionstring.png" alt-text="Screenshot that shows one of the verified email domains is now connected." lightbox="../media/email-domains-connected.png":::
58+
59+
7. Email Code Snippet is now ready to use in your notification project.
60+

0 commit comments

Comments
 (0)