Interface MailBuilder
- All Known Implementing Classes:
MailBuilderImpl
public interface MailBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetMail
(MailSettings mailSettings, EntityList selectionList, MailProvider.Sender sender, MailReceiver receiver, UUID taskUuid, Map<String, List<Attachment>> attachments)
-
Method Details
-
getMail
Mail getMail(MailSettings mailSettings, EntityList selectionList, MailProvider.Sender sender, MailReceiver receiver, UUID taskUuid, Map<String, List<Attachment>> attachments) throws TemplateException, jakarta.mail.internet.AddressException, MailException- Throws:
TemplateException
jakarta.mail.internet.AddressException
MailException
-