Uses of Class
net.datenwerke.rs.core.service.mail.MailBuilder
Packages that use MailBuilder
-
Uses of MailBuilder in net.datenwerke.rs.core.service.mail
Methods in net.datenwerke.rs.core.service.mail that return MailBuilderModifier and TypeMethodDescriptionMailBuilder.withAttachments(List<SimpleAttachment> attachments) Adds a list of attachments.MailBuilder.withEmailDatasink(EmailDatasink emailDatasink) Specifies that the givenEmailDatasinkshould be used instead of the default (internal) email settings.MailBuilder.withFileAttachments(List<Path> attachments) Adds a list of files as email attachments.MailBuilder.withTemplateReplacements(Map<String, Object> replacements) Specifies that the email contains a template and specifies which replacements should be used for template substitution.MailBuilder.withZippedAttachments(String zipFilename) Specifies that the attachments should be zipped using the provided filename.