public interface MailSettings
| Modifier and Type | Method and Description |
|---|---|
Charset |
getDefaultEncoding() |
String |
getHost() |
Properties |
getJavaMailProperties() |
String |
getPassword() |
int |
getPort() |
String |
getProtocol() |
String |
getUsername() |
boolean |
isTestConnection() |
String getHost()
int getPort()
String getProtocol()
String getUsername()
String getPassword()
Charset getDefaultEncoding()
Properties getJavaMailProperties()
boolean isTestConnection()
Copyright © 2017. All rights reserved.