Skip to content

Commit 6ddadff

Browse files
committed
using backticks for email addresses in the text
1 parent 2b0af16 commit 6ddadff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/email/includes/send-email-az-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ az communication email send
8585
Make these replacements in the code:
8686

8787
- Replace `<yourConnectionString>` with your connection string.
88-
- Replace "<[email protected]>" with the email address you would like to send a message to.
89-
- Replace "<[email protected]>" with the MailFrom address of your verified domain.
88+
- Replace `<[email protected]>` with the email address you would like to send a message to.
89+
- Replace `<[email protected]>` with the MailFrom address of your verified domain.
9090

9191
To track the status of the email delivery, you'll need the `messageId` from the response.
9292

0 commit comments

Comments
 (0)