public interface IMailerService
EmailMessages| Modifier and Type | Method and Description |
|---|---|
void |
sendMail(EmailMessage message)
Send mails directly and synchronously
|
void |
sendMailBuffered(EmailMessage emailMessage)
Send the mail to
DisposableMessage.getRecipients()in a Buffered manner using a BufferSplitter. |
void sendMail(EmailMessage message) throws Exception
Exceptionvoid sendMailBuffered(EmailMessage emailMessage) throws Exception
DisposableMessage.getRecipients()in a Buffered manner using a BufferSplitter. The process may be synchronours or asynchronous.
EmailMessage.getCCList(); sice not every message can be sent with the C list.
The CC List maybe combined with the mail list; see implementation.ExceptionCopyright © 2018. All rights reserved.