Uses of Class
org.nekosoft.pdffer.props.EmailAddressInfo
Packages that use EmailAddressInfo
-
Uses of EmailAddressInfo in org.nekosoft.pdffer.props
Methods in org.nekosoft.pdffer.props that return EmailAddressInfoModifier 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.Constructors in org.nekosoft.pdffer.props with parameters of type EmailAddressInfoModifierConstructorDescriptionPdfferMailerProps(EmailAddressInfo sendFrom, EmailAddressInfo replyTo, SmtpServerInfo smtp)
Instantiates a new Pdffer mailer props.