Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SendBulkMail ¶
func SendBulkMail(toList []server.EmailRecipient, from server.EmailSender, 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
func SendIndividualMail ¶
func SendIndividualMail(to server.EmailRecipient, from server.EmailSender, message server.MailMessage, client Client) (*rest.Response, error)
SendIndividualMail sends an email message
Types ¶
type BulkSendAttempt ¶
Click to show internal directories.
Click to hide internal directories.