Uses of Class
de.espirit.firstspirit.server.mailmanagement.SendMailException
-
Uses of SendMailException in de.espirit.firstspirit.access
Modifier and TypeMethodDescriptionvoid
MailService.sendMail
(MailHeader mailHeader, String subject, String message, Attachment... attachments) Send a mail using the given configured mail header.void
MailService.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.void
MailService.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).