public class MailConfig extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
MailConfig.Builder |
static class |
MailConfig.Protocol |
| Modifier and Type | Field and Description |
|---|---|
static Long |
DEFAULT_CONNECTION_TIMEOUT |
static Integer |
DEFAULT_PORT |
static MailConfig.Protocol |
DEFAULT_PROTOCOL |
static Long |
DEFAULT_TIMEOUT |
protected static long |
serialVersionUID
For interoperability with possible future changes.
|
| Modifier and Type | Method and Description |
|---|---|
static MailConfig.Builder |
builder() |
long |
getConnectionTimeout() |
String |
getFrom() |
String |
getLogin() |
String |
getPassword() |
String |
getProtocol() |
int |
getSMTPPort() |
String |
getSMTPServer() |
String |
getSubject() |
long |
getTimeout() |
String |
getTrustServers() |
boolean |
isDebug() |
boolean |
isEnableTLS() |
boolean |
isSendAsHtml() |
String |
toString() |
protected static final long serialVersionUID
public static final Integer DEFAULT_PORT
public static final MailConfig.Protocol DEFAULT_PROTOCOL
public static final Long DEFAULT_TIMEOUT
public static final Long DEFAULT_CONNECTION_TIMEOUT
public String getSMTPServer()
public int getSMTPPort()
public String getFrom()
public String getSubject()
public String getLogin()
public String getPassword()
public String getTrustServers()
public String getProtocol()
public boolean isEnableTLS()
public boolean isDebug()
public long getTimeout()
public long getConnectionTimeout()
public boolean isSendAsHtml()
public static MailConfig.Builder builder()
Copyright © 2024 Denodo Technologies. All rights reserved.