# Functions

RemoveInvalidRecipients accepts a list of recipients and removes the ones with domains not in the allowed list.
SendBulkMail sends a batch of email messages to all the specified recipients All the calls to send mail happen in parallel, with their responses returned on the provided channel.
SendIndividualMail sends an email message.

# Structs

No description provided by the author

# Interfaces

No description provided by the author