Skip to content

Commit 4a9c7cc

Browse files
authored
Update server.js
Updated
1 parent a59de7a commit 4a9c7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ async function sendEmail() {
77
const emailClient = new EmailClient(connectionString);
88

99
const emailMessage = {
10-
senderAddress: "verified-email@yourdomain.com", // MUST BE PRE-VERIFIED
10+
senderAddress: "aimt16@gmail.com", // MUST BE PRE-VERIFIED
1111
content: {
1212
subject: "Test Email from ACS",
1313
plainText: "This is a test email body",
@@ -30,4 +30,4 @@ async function sendEmail() {
3030
}
3131

3232
// Execute the function
33-
sendEmail();
33+
sendEmail();

0 commit comments

Comments
 (0)