Skip to content

Commit d180182

Browse files
authored
Merge pull request #294324 from Deepika0530/EmailResourceManagement-Docs
Added "Email Resource Management" in "toc.yml" file and updated port number in "smtp-authentication.md" file
2 parents 6731c31 + df6826b commit d180182

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The password is one of the Microsoft Entra application's client secrets.
9191
- **Authentication**: Username and password authentication is supported using the Microsoft Entra application details as the credentials. The Azure Communication Services SMTP service will use the Microsoft Entra application details to get an access token on behalf of the user and use that to submit the email. Because the Microsoft Entra token isn't cached, access can be revoked immediately by either changing the Microsoft Entra application client secret or by changing the access controls for the Azure Communication Services Resource.
9292
- **Azure Communication Service**: An Azure Communication Services Resource with a connected Azure Communication Email Resource and domain is required.
9393
- **Transport Layer Security (TLS)**: Your device must be able to use TLS version 1.2 and above.
94-
- **Port**: Port 587 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.
94+
- **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.
9595
- **DNS**: Use the DNS name smtp.azurecomm.net. Don't use an IP address for the Microsoft 365 or Office 365 server, as IP Addresses aren't supported.
9696

9797
### How to set up SMTP AUTH client submission
@@ -101,6 +101,6 @@ Enter the following settings directly on your device or in the application as th
101101
| Device or Application setting | Value |
102102
|--|--|
103103
|Server / smart host | smtp.azurecomm.net |
104-
|Port |Port 587|
104+
|Port |Port 587 (recommended) or port 25|
105105
|TLS / StartTLS | Enabled|
106106
|Username and password | Enter the Microsoft Entra application credentials from an application with access to the Azure Communication Services Resource |

articles/communication-services/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ items:
217217
href: quickstarts/email/add-custom-verified-domains.md
218218
- name: Connect domain to send email
219219
href: quickstarts/email/connect-email-communication-resource.md
220+
- name: Email Resource Management
221+
href: samples/email-resource-management.md
220222
- name: Send email
221223
items:
222224
- name: Send an email

0 commit comments

Comments
 (0)