Skip to content

Commit 58af12b

Browse files
Update USE_CASES.md
Fix missing code in Use case to send single email to multiple users.
1 parent 752c37a commit 58af12b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

USE_CASES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,8 @@ namespace Example
350350
plainTextContent,
351351
htmlContent
352352
);
353-
var response = await client.SendEmailAsync(msg);
353+
var response = await client.SendEmailAsync(msg);
354+
354355
}
355356
}
356357
}

0 commit comments

Comments
 (0)