Uses of Class
de.espirit.firstspirit.access.MailHeader
Packages that use MailHeader
-
Uses of MailHeader in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return MailHeaderModifier and TypeMethodDescription@NotNull MailHeaderMailHeader.Builder.create()Constructs a newMailHeaderwith the values of this builder.Methods in de.espirit.firstspirit.access with parameters of type MailHeaderModifier and TypeMethodDescriptionvoidMailService.sendMail(MailHeader mailHeader, String subject, String message, Attachment... attachments) Send a mail using the given configured mail header.voidMailService.sendMail(MailHeader mailHeader, String subject, String message, String subType, boolean synchronous, Attachment... attachments) Send a mail using the given configured mail header and the set type of the message.