Uses of Class
org.nekosoft.pdffer.exception.MailAddressException
Packages that use MailAddressException
-
Uses of MailAddressException in org.nekosoft.pdffer.mail
Methods in org.nekosoft.pdffer.mail that throw MailAddressExceptionModifier 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.