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-smtp/send-email-smtp-oauth.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
-
title: How to use SMTP and OAuth to send an email with Azure Communication Services.
3
-
titleSuffix: An Azure Communication Services quick start guide.
4
-
description: Learn about how to use SMTP and OAuth to send emails to Email Communication Services.
2
+
title: Send email with SMTP and XOAuth2 using .NET
3
+
titleSuffix: An Azure Communication Services article
4
+
description: This article describes how to use SMTP and OAuth to send emails to Email Communication Services.
5
5
author: ddouglas-msft
6
6
services: azure-communication-services
7
7
ms.author: ddouglas
@@ -10,24 +10,24 @@ ms.topic: quickstart
10
10
ms.service: azure-communication-services
11
11
ms.custom: devx-track-dotnet
12
12
---
13
-
# Quickstart: Send email with SMTP and XOAuth2 using .NET
13
+
# Send email with SMTP and XOAuth2 using .NET
14
14
15
-
This articles hows how to use XOAuth2 for authentication when sending emails using the Simple Mail Transfer Protocal (SMTP) and Azure Communication Services.
15
+
This article describes how to use XOAuth2 for authentication when sending emails using the Simple Mail Transfer Protocol (SMTP) and Azure Communication Services.
16
16
17
17
## Prerequisites
18
18
19
19
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
20
20
- The latest version [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
21
-
- An Azure Communication Email Resource created and ready with a provisioned domain [Get started with Creating Email Communication Resource](../create-email-communication-resource.md)
22
-
- An active Azure Communication Services Resource connected with Email Domain and a Connection String. [Get started by Connecting Email Resource with a Communication Resource](../connect-email-communication-resource.md)
23
-
-Smtp credentials created using an Entra application with access to the Azure Communication Services Resource. [How to create authentication credentials for sending emails using Smtp](smtp-authentication.md)
21
+
- An Azure Communication Email Resource created and ready with a provisioned domain [Get started with Creating Email Communication Resource](../create-email-communication-resource.md).
22
+
- An active Azure Communication Services Resource connected with Email Domain and a Connection String. [Get started by Connecting Email Resource with a Communication Resource](../connect-email-communication-resource.md).
23
+
-SMTP credentials created using a Microsoft Entra ID application with access to the Azure Communication Services Resource. [How to create authentication credentials for sending emails using SMTP](smtp-authentication.md).
24
24
25
-
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
25
+
Completing this example incurs a small cost of a few USD cents or less in your Azure account.
26
26
27
27
> [!NOTE]
28
-
> We can also send an email from our own verified domain. [Add custom verified domains to Email Communication Service](../add-azure-managed-domains.md).
28
+
> You can also send an email from your own verified domain. See[Add custom verified domains to Email Communication Service](../add-azure-managed-domains.md).
29
29
30
-
In this quick start, you learn about how to send email with Azure Communication Services using SMTP.
30
+
This article describes how to send email with Azure Communication Services using SMTP.
31
31
32
32
### Prerequisite check
33
33
@@ -56,7 +56,7 @@ dotnet add package MailKit
56
56
57
57
### Retrieve an Entra token for SMTP OAuth authentication
58
58
59
-
The following steps can be used to retrieve an Entra token. Replace the Entra application details with the values from the Entra application used to create the SMTP Username.
59
+
Complete the following steps to retrieve a Microsoft Entra ID token. Replace the Microsoft Entra ID application details with the values from the Entra application used to create the SMTP Username.
0 commit comments