Uses of Class
de.espirit.firstspirit.access.Attachment
Packages that use Attachment
-
Uses of Attachment in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access with parameters of type AttachmentModifier 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.voidMailService.sendMail(String recipient, String subject, String message, Attachment... attachments) Send a mail the set recipient(s), where the message is assumed to be of type "plain".voidMailService.sendMail(String sender, String recipient, String subject, String message, boolean synchronous, Attachment... attachments) Send a mail using the given sender name to the set recipient(s), where the message is assumed to be of type "plain".voidMailService.sendMail(String sender, String recipient, String subject, String message, String subType, boolean synchronous, Attachment... attachments) Send a mail using the given sender name to the set recipient(s).