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 TypeMethodDescription@NotNull(message="You must provide SMTP server information in order to use the PDFfer Mailer") @Valid SmtpServerInfoPdfferMailerProps.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(boolean enabled, EmailAddressInfo sendFrom, EmailAddressInfo replyTo, SmtpServerInfo smtp) Instantiates a new Pdffer mailer props.