Skip to content

Commit 844f03b

Browse files
authored
Merge pull request #127392 from JoshuaLai/patch-5
Update attachments-js.md fixing syntax error
2 parents 91f543f + 0f52cab commit 844f03b

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/quickstarts/email/send-email-advanced/includes

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/email/send-email-advanced/includes/attachments-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ We can add an attachment by defining an attachment object and adding it to our m
1818
const filePath = "<path-to-your-file>";
1919

2020
const message = {
21-
sender: "<[email protected]>",
21+
senderAddress: "<[email protected]>",
2222
content: {
2323
subject: "Welcome to Azure Communication Service Email.",
2424
plainText: "<This email message is sent from Azure Communication Service Email using JavaScript SDK.>"

0 commit comments

Comments
 (0)