public class EmailConfiguration extends Object
Constructor and Description |
---|
EmailConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getFromEmail() |
String |
getHostname() |
String |
getPassword() |
int |
getPort() |
String |
getSubjectPrefix() |
String |
getUsername() |
URI |
getWebInterfaceUri() |
boolean |
isEnabled() |
boolean |
isUseAuth() |
boolean |
isUseSsl() |
boolean |
isUseTls() |
public boolean isEnabled()
public String getHostname()
public int getPort()
public boolean isUseAuth()
public boolean isUseTls()
public boolean isUseSsl()
public String getUsername()
public String getPassword()
public String getSubjectPrefix()
public String getFromEmail()
public URI getWebInterfaceUri()
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.