Skip to content

Commit

Permalink
Update connector-email/src/main/java/com/redhat/cloud/notifications/c…
Browse files Browse the repository at this point in the history
…onnector/email/EmailManagementProcessor.java

Co-authored-by: Jessica Rodriguez <[email protected]>
  • Loading branch information
g-duval and jessicarod7 committed Jan 16, 2025
1 parent 7ca532c commit 53ca2c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public void process(final Exchange exchange) {
}

private void sendToBop(Exchange exchange, Set<String> recipientsList) {
// split recipient list and send it ot BOP
// split recipient list and send it to BOP
List<List<String>> packedRecipients = partition(recipientsList, emailConnectorConfig.getMaxRecipientsPerEmail() - 1);
final String subject = exchange.getProperty(ExchangeProperty.RENDERED_SUBJECT, String.class);
final String body = exchange.getProperty(ExchangeProperty.RENDERED_BODY, String.class);
Expand Down

0 comments on commit 53ca2c3

Please sign in to comment.