Uses of Class
org.nekosoft.pdffer.exception.MailMessageException
Packages that use MailMessageException
-
Uses of MailMessageException in org.nekosoft.pdffer.mail
Methods in org.nekosoft.pdffer.mail that throw MailMessageExceptionModifier and TypeMethodDescriptionvoidPdfferMailerBean.sendMessageWithAttachments(List<jakarta.mail.internet.InternetAddress> to, String subject, String text, String sendFrom, String replyTo, byte[] pdfAttachment, String pdfFilename, Object... attachmentsVarargs) Send an email message with a PDF attachment.voidPdfferMailerBean.sendMessageWithAttachmentsToList(List<String> toList, String subject, String text, String sendFrom, String replyTo, byte[] pdfAttachment, String pdfFilename, Object... attachmentsVarargs) Send an email message with a PDF attachment.voidPdfferMailerBean.sendMessageWithPdfAttachment(String toString, String subject, String text, byte[] attachment, String filename, String sendFrom, String replyTo) Send an email message with a PDF attachment.voidPdfferMailerBean.sendMessageWithPdfAttachment(List<jakarta.mail.internet.InternetAddress> to, String subject, String text, byte[] attachment, String filename, String sendFrom, String replyTo) Send an email message with a PDF attachment.voidPdfferMailerBean.sendMessageWithPdfAttachmentToList(List<String> toList, String subject, String text, byte[] attachment, String filename, String sendFrom, String replyTo) Send an email message with a PDF attachment.