Uses of Class
org.nekosoft.pdffer.exception.MailMessageException
-
Uses of MailMessageException in org.nekosoft.pdffer.mail
Modifier and TypeMethodDescriptionvoid
PdfferMailerBean.sendMessageWithPdfAttachment(String toString, String subject, String text, byte[] attachment, String filename, String sendFrom, String replyTo)
Send an email message with a PDF attachment.void
PdfferMailerBean.sendMessageWithPdfAttachment(List<javax.mail.internet.InternetAddress> to, String subject, String text, byte[] attachment, String filename, String sendFrom, String replyTo)
Send an email message with a PDF attachment.void
PdfferMailerBean.sendMessageWithPdfAttachmentToList(List<String> toList, String subject, String text, byte[] attachment, String filename, String sendFrom, String replyTo)
Send an email message with a PDF attachment.