Uses of Class
net.datenwerke.rs.core.service.mail.SimpleMail
Packages that use SimpleMail
Package
Description
-
Uses of SimpleMail in net.datenwerke.rs.core.service.mail
Subclasses of SimpleMail in net.datenwerke.rs.core.service.mailMethods in net.datenwerke.rs.core.service.mail that return SimpleMailModifier and TypeMethodDescriptionMailBuilder.build()Builds the email using the previously specified options.MailService.newSimpleMail()Creates and returns a new instance ofSimpleMailMailService.newSimpleMail(Optional<EmailDatasink> emailDatasink) MailServiceImpl.newSimpleMail()MailServiceImpl.newSimpleMail(Optional<EmailDatasink> emailDatasink) MailService.newTemplateMail(Optional<EmailDatasink> emailDatasink, MailTemplate template, SimpleAttachment... attachments) MailService.newTemplateMail(MailTemplate template, SimpleAttachment... attachments) Creates and returns a new instance ofSimpleMailconfigured with the given templateMailServiceImpl.newTemplateMail(Optional<EmailDatasink> emailDatasink, MailTemplate template, SimpleAttachment... attachments) MailServiceImpl.newTemplateMail(MailTemplate template, SimpleAttachment... attachments) Methods in net.datenwerke.rs.core.service.mail with parameters of type SimpleMailModifier and TypeMethodDescriptionvoidMailTemplate.configureMail(SimpleMail mail, SimpleJuel juel, SimpleAttachment... attachments) -
Uses of SimpleMail in net.datenwerke.rs.scheduler.service.scheduler.mail
Methods in net.datenwerke.rs.scheduler.service.scheduler.mail that return SimpleMail