public class MailServerSettings extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MailServerSettings.Builder |
Modifier and Type | Method and Description |
---|---|
String |
getFromAddress() |
String |
getName() |
String |
getSmtpPassword() |
String |
getSmtpServerHost() |
int |
getSmtpServerPort() |
String |
getSmtpUsername() |
String |
getSubjectPrefix() |
public String getName()
public String getFromAddress()
public String getSubjectPrefix()
public String getSmtpServerHost()
public int getSmtpServerPort()
public String getSmtpUsername()
public String getSmtpPassword()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.