We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59de7a commit 4a9c7ccCopy full SHA for 4a9c7cc
server.js
@@ -7,7 +7,7 @@ async function sendEmail() {
7
const emailClient = new EmailClient(connectionString);
8
9
const emailMessage = {
10
- senderAddress: "verified-email@yourdomain.com", // MUST BE PRE-VERIFIED
+ senderAddress: "aimt16@gmail.com", // MUST BE PRE-VERIFIED
11
content: {
12
subject: "Test Email from ACS",
13
plainText: "This is a test email body",
@@ -30,4 +30,4 @@ async function sendEmail() {
30
}
31
32
// Execute the function
33
-sendEmail();
+sendEmail();
0 commit comments