public interface IMailerService
EmailMessage
sModifier 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
Exception
void 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.Exception
Copyright © 2018. All rights reserved.