public class VisorEmailConfig extends Object implements Serializable
| Constructor and Description |
|---|
VisorEmailConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
adminEmails() |
void |
adminEmails(String adminEmails) |
static VisorEmailConfig |
from(GridConfiguration c) |
String |
smtpFromEmail() |
void |
smtpFromEmail(String smtpFromEmail) |
String |
smtpHost() |
void |
smtpHost(String smtpHost) |
int |
smtpPort() |
void |
smtpPort(int smtpPort) |
boolean |
smtpSsl() |
void |
smtpSsl(boolean smtpSsl) |
boolean |
smtpStartTls() |
void |
smtpStartTls(boolean smtpStartTls) |
String |
smtpUsername() |
void |
smtpUsername(String smtpUsername) |
String |
toString() |
public static VisorEmailConfig from(GridConfiguration c)
c - Grid configuration.public String smtpHost()
public void smtpHost(String smtpHost)
smtpHost - New SMTP host.public int smtpPort()
public void smtpPort(int smtpPort)
smtpPort - New SMTP port.public String smtpUsername()
public void smtpUsername(String smtpUsername)
smtpUsername - New SMTP user name.public String adminEmails()
public void adminEmails(String adminEmails)
adminEmails - New SMTP admin emails.public String smtpFromEmail()
public void smtpFromEmail(String smtpFromEmail)
smtpFromEmail - New from email address.public boolean smtpSsl()
public void smtpSsl(boolean smtpSsl)
smtpSsl - New whether or not to use SSL for SMTP.public boolean smtpStartTls()
public void smtpStartTls(boolean smtpStartTls)
smtpStartTls - New whether or not to use TLS for SMTP.Copyright © 2014. All rights reserved.