Skip to content

Commit ecd8bad

Browse files
Merge pull request #238240 from Grace-MacJones-MSFT/patch-25
(Azure CXP) fixed syntax typo in payload example
2 parents c089a7b + 9a92a79 commit ecd8bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/email/includes/send-email-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ message = {
215215
"content": {
216216
"subject": "This is the subject",
217217
"plainText": "This is the body",
218-
"html": "html><h1>This is the body</h1></html>"
218+
"html": "<html><h1>This is the body</h1></html>"
219219
},
220220
"recipients": {
221221
"to": [

0 commit comments

Comments
 (0)