Uses of Class
org.nekosoft.pdffer.props.EmailAddressInfo
-
Uses of EmailAddressInfo in org.nekosoft.pdffer.props
Modifier and TypeMethodDescriptionPdfferMailerProps.getReplyTo()
Gets the default email address that will be used as the reply-to header for the emails sent by PDFfer.PdfferMailerProps.getSendFrom()
Gets the default email address that will be used as the sender for the emails sent by PDFfer.ModifierConstructorDescriptionPdfferMailerProps(EmailAddressInfo sendFrom, EmailAddressInfo replyTo, SmtpServerInfo smtp)
Instantiates a new Pdffer mailer props.