public class SystemMailConfiguration extends MailConfiguration
| Modifier and Type | Method and Description |
|---|---|
static SystemMailConfiguration |
getInstance() |
void |
setHost(String host) |
void |
setPassword(String password) |
void |
setSmtpAuthEnabled(boolean smtpAuthEnabled) |
void |
setSmtpPort(String smtpPort) |
void |
setSourceMail(String sourceMail) |
void |
setSslEnabled(boolean sslEnabled) |
void |
setTlsEnabled(boolean tlsEnabled) |
void |
setUser(String user) |
getHost, getPassword, getSmtpPort, getSourceMail, getUser, isSmtpAuthEnabled, isSslEnabled, isTlsEnabledpublic static SystemMailConfiguration getInstance()
public void setSslEnabled(boolean sslEnabled)
setSslEnabled in class MailConfigurationsslEnabled - the sslEnabled to setpublic void setTlsEnabled(boolean tlsEnabled)
setTlsEnabled in class MailConfigurationtlsEnabled - the tlsEnabled to setpublic void setSourceMail(String sourceMail)
setSourceMail in class MailConfigurationsourceMail - the sourceMail to setpublic void setUser(String user)
setUser in class MailConfigurationuser - Nazwa użytkownika skrzynki pocztowejpublic void setPassword(String password)
setPassword in class MailConfigurationpassword - Hasło do konta pocztowegopublic void setHost(String host)
setHost in class MailConfigurationhost - Adres serwera pocztowegopublic void setSmtpPort(String smtpPort)
setSmtpPort in class MailConfigurationsmtpPort - Port SMTP skrzynkipublic void setSmtpAuthEnabled(boolean smtpAuthEnabled)
setSmtpAuthEnabled in class MailConfigurationsmtpAuthEnabled - Pozwala włączyć uwierzytelnianie konta pocztowegoCopyright © 2016 Suncode. All rights reserved.