Skip to content

Commit dbb9755

Browse files
Apply suggestions from code review
Co-authored-by: Victor Chapel <[email protected]>
1 parent 6561dab commit dbb9755

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
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.
55
author: ddouglas-msft
66
services: azure-communication-services
77
ms.author: ddouglas
@@ -10,24 +10,24 @@ ms.topic: quickstart
1010
ms.service: azure-communication-services
1111
ms.custom: devx-track-dotnet
1212
---
13-
# Quickstart: Send email with SMTP and XOAuth2 using .NET
13+
# Send email with SMTP and XOAuth2 using .NET
1414

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.
1616

1717
## Prerequisites
1818

1919
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2020
- 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).
2424

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.
2626

2727
> [!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).
2929
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.
3131

3232
### Prerequisite check
3333

@@ -56,7 +56,7 @@ dotnet add package MailKit
5656

5757
### Retrieve an Entra token for SMTP OAuth authentication
5858

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.
6060

6161
```csharp
6262
using MailKit.Net.Smtp;

0 commit comments

Comments
 (0)