Skip to content

Commit c7536f4

Browse files
Update USE_CASES.md
Fix missing code in the use case for sending multiple emails to multiple recipients.
1 parent 58af12b commit c7536f4

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
@@ -351,7 +351,7 @@ namespace Example
351351
htmlContent
352352
);
353353
var response = await client.SendEmailAsync(msg);
354-
354+
355355
}
356356
}
357357
}
@@ -439,6 +439,7 @@ namespace Example
439439
htmlContent,
440440
substitutions
441441
);
442+
var response = await client.SendEmailAsync(msg);
442443
}
443444
}
444445
}

0 commit comments

Comments
 (0)