Uses of Class
org.nekosoft.pdffer.props.SmtpServerInfo
Packages that use SmtpServerInfo
-
Uses of SmtpServerInfo in org.nekosoft.pdffer.props
Methods in org.nekosoft.pdffer.props that return SmtpServerInfoModifier and TypeMethodDescriptionPdfferMailerProps.getSmtp()
Gets the settings of the SMTP server that will be used to send email messages from PDFfer.Constructors in org.nekosoft.pdffer.props with parameters of type SmtpServerInfoModifierConstructorDescriptionPdfferMailerProps(EmailAddressInfo sendFrom, EmailAddressInfo replyTo, SmtpServerInfo smtp)
Instantiates a new Pdffer mailer props.