public final class MailOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MailOptions.Builder |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAttachments() |
String |
getBcc() |
String |
getCc() |
String |
getContent() |
String |
getFrom() |
String |
getHost() |
String |
getMailer() |
Properties |
getMailProperties() |
MimeType |
getMimeType() |
String |
getPassword() |
Integer |
getPort() |
Properties |
getProps() |
String |
getSubject() |
String |
getTo() |
Transport |
getTransport() |
String |
getUsername() |
Boolean |
isAuth() |
public String getMailer()
public Transport getTransport()
public String getHost()
public Integer getPort()
public Boolean isAuth()
public String getUsername()
public String getPassword()
public String getFrom()
public String getTo()
public String getCc()
public String getBcc()
public String getSubject()
public String getContent()
public MimeType getMimeType()
public Properties getProps()
public Properties getMailProperties()