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
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
16
16
- The latest version [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
17
-
- An Azure Communication Email Resource created and ready with a provisioned domain [Get started with Creating Email Communication Resource](../../create-email-communication-resource.md)
17
+
- An Azure Communication Email Resource created and ready with a provisioned domain.[Get started with Creating Email Communication Resource](../../create-email-communication-resource.md)
18
18
- 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)
19
-
-Smtp credentials created using an Entra application with access to the Azure Communication Services Resource. [Create credentials for Simple Mail Transfer Protocol (SMTP) authentication](../smtp-authentication.md)
19
+
-SMTP credentials created using a Microsoft Entra application with access to the Azure Communication Services Resource. [Create credentials for Simple Mail Transfer Protocol (SMTP) authentication](../smtp-authentication.md)
20
20
21
21
Completing this article incurs a small cost of a few USD cents or less in your Azure account.
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/email/send-email-smtp/smtp-authentication.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ When you assign the Microsoft Entra application a role for the Azure Communicati
94
94
95
95
---
96
96
97
-
## Create an SMTP Username using the Azure Portal
97
+
## Create an SMTP Username using the Azure portal
98
98
1. In the portal, navigate to the Azure Communication Service Resource and then open **SMTP Usernames**.
99
99
:::image type="content" source="../media/smtp-usernames-1-username-blade.png" alt-text="Screenshot that shows SMTP Usernames.":::
100
100
1. Click **+Add SMTP Username** and then select the Microsoft Entra application. If the Microsoft Entra application doesn't appear in the drop-down, see the previous steps to assign a role. The username can be custom text or an email address.
@@ -108,7 +108,7 @@ The password is one of the Microsoft Entra application's client secrets.
108
108
109
109
## Requirements for SMTP AUTH client submission
110
110
111
-
-**Authentication**: Username and password authentication is supported using an SMTP username linked to a Microsoft Entra application details. The Azure Communication Services SMTP service uses the Microsoft Entra application users details to get an access token on behalf of the user and uses that to submit the email.
111
+
-**Authentication**: Username and password authentication is supported using an SMTP username linked to Microsoft Entra application details. The Azure Communication Services SMTP service uses the Microsoft Entra application user's details to get an access token on behalf of the user and uses that to submit the email.
112
112
-**Azure Communication Service**: An Azure Communication Services Resource with a connected Azure Communication Email Resource and domain is required.
113
113
-**Transport Layer Security (TLS)**: Your device must be able to use TLS version 1.2 and above.
114
114
-**Port**: Port 587 (recommended) or port 25 is required and must be unblocked on your network. Some network firewalls or ISPs block ports because that's the port that email servers use to send mail.
0 commit comments