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 TypeMethodDescription@Valid EmailAddressInfoPdfferMailerProps.getReplyTo()Gets the default email address that will be used as the reply-to header for the emails sent by PDFfer.@Valid EmailAddressInfoPdfferMailerProps.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(boolean enabled, EmailAddressInfo sendFrom, EmailAddressInfo replyTo, SmtpServerInfo smtp) Instantiates a new Pdffer mailer props.