Skip to content

Commit

Permalink
Comment to ask about
Browse files Browse the repository at this point in the history
  • Loading branch information
LaithSaq committed Feb 12, 2025
1 parent 20b2a65 commit 2772fef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MiddleMail.Client.RabbitMQ/MiddleMailClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public MiddleMailClient(IOptions<RabbitMQOptions> options, ILogger<MiddleMailCli
/// </summary>
public async Task<bool> SendEmailAsync(EmailMessage emailMessage) {
try {
// Do I need to update the MiddleMail instance running the
// RabbitMQ Message Source to consume the new email message with CCs?
await bus.PublishAsync(emailMessage);
return true;
} catch (Exception e) {
Expand Down

0 comments on commit 2772fef

Please sign in to comment.