Skip to content

Commit 9a92a79

Browse files
Update send-email-python.md
1 parent 5af2140 commit 9a92a79

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)