Uses of Class
com.saperion.common.mail.MailConfiguration
Packages that use MailConfiguration
-
Uses of MailConfiguration in com.saperion.common.mail
Methods in com.saperion.common.mail that return MailConfigurationModifier and TypeMethodDescriptionMailConfiguration.clone()MailConfiguration.setDebugEnabled(boolean isDebugEnabled) Sets if SMTP debug enabled.MailConfiguration.setSmtpPassword(String smtpPassword) Sets the SMTP password for SMTP authentication.MailConfiguration.setSmtpPort(int smtpPort) Sets the port of the SMTP server.MailConfiguration.setSmtpServer(String smtpServer) Sets the SMTP server URL or IP-address.MailConfiguration.setSmtpUser(String smtpUser) Sets the SMTP user name of SMTP authentication should be used.MailConfiguration.setSslEnabled(boolean isSslEnabled) Sets if SSL should be used.Constructors in com.saperion.common.mail with parameters of type MailConfiguration