Skip to content

Commit 770337a

Browse files
Update smtp-authentication.md SMTP username example duplicate formatting
Pipe-delimited format also included dot-delimited format. Removed dot-delimited format from pipe-delimited format example.
1 parent e65fd19 commit 770337a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@ username: <Azure Communication Services Resource name>.<Entra Application ID>.<E
7979
```
8080
**Pipe-delimited Format:**
8181
```
82-
username: <Azure Communication Services Resource name>.<Entra Application ID>.<Entra Tenant ID>
83-
OR
8482
username: <Azure Communication Services Resource name>|<Entra Application ID>|<Entra Tenant ID>
8583
```
8684

0 commit comments

Comments
 (0)