Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendBulkMail ¶
func SendBulkMail(toList []server.Recipient, from server.Sender, message server.MailMessage, client Client, responseChannel chan BulkSendAttempt)
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
Types ¶
type BulkSendAttempt ¶
Click to show internal directories.
Click to hide internal directories.