Skip to content

Commit 752c37a

Browse files
FIX MISSING CODE TO SEND EMAIL
Fix missing code in Use case to send single email to multiple users.
1 parent bcf9eb7 commit 752c37a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

USE_CASES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ namespace Example
350350
plainTextContent,
351351
htmlContent
352352
);
353+
var response = await client.SendEmailAsync(msg);
353354
}
354355
}
355356
}

0 commit comments

Comments
 (0)