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
- 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
17
- 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)
18
-
- 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)
18
+
- 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
19
20
20
Completing this quick start incurs a small cost of a few USD cents or less in your Azure account.
21
21
@@ -30,7 +30,7 @@ The credentials can be verified using the Microsoft PowerShell utility Send-Mail
30
30
To store the credentials in the required PSCredential format, use the following PowerShell commands:
The following PowerShell script can be used to send the email. The **From** value is the mail from address of your verified domain. The **To** value is the email address that you would like to send to.
- The latest version [.NET Core client library](https://dotnet.microsoft.com/download/dotnet-core) for your operating system.
17
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. [How to create authentication credentials for sending emails using Smtp](../smtp-authentication.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)
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
@@ -58,7 +58,7 @@ Replace with your domain details and modify the content, recipient details as re
58
58
```csharp
59
59
//Replace with your domain and modify the content, recipient details as required
60
60
61
-
stringsmtpAuthUsername="<Azure Communication Services Resource name>|<Entra Application Id>|<Entra Application Tenant Id>";
0 commit comments