public class SmtpEmailConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SmtpEmailConfiguration.ServerAuthentication |
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIGURATION_PREFIX |
| Constructor and Description |
|---|
SmtpEmailConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SmtpEmailConfiguration.ServerAuthentication |
getServerAuthentication() |
String |
getServerHostname() |
String |
getServerPassword() |
int |
getServerPort() |
String |
getServerUsername() |
void |
setServerAuthentication(String serverAuthentication) |
void |
setServerHostname(String serverHostname) |
void |
setServerPassword(String serverPassword) |
void |
setServerPort(int serverPort) |
void |
setServerUsername(String serverUsername) |
boolean |
validateAuthentication() |
public static final String CONFIGURATION_PREFIX
public void setServerHostname(String serverHostname)
public void setServerPort(int serverPort)
public void setServerUsername(String serverUsername)
public void setServerPassword(String serverPassword)
public void setServerAuthentication(String serverAuthentication)
public boolean validateAuthentication()
public String getServerHostname()
public int getServerPort()
public String getServerPassword()
public String getServerUsername()
public SmtpEmailConfiguration.ServerAuthentication getServerAuthentication()
Copyright © 2013–2017 V5 Analytics. All rights reserved.