Uses of Class
org.nekosoft.pdffer.exception.MailSenderException
Packages that use MailSenderException
-
Uses of MailSenderException in org.nekosoft.pdffer.mail
Methods in org.nekosoft.pdffer.mail that throw MailSenderExceptionModifier and TypeMethodDescriptionvoidPdfferMailerBean.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<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.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.