public static interface MailServerAdministration.SmtpMailServerAdministration
Modifier and Type | Method and Description |
---|---|
MailServerAdministration |
add(String name,
String fromAddress,
String emailPrefix,
String hostName)
Adds a new SMTP Server Configuration
|
void |
enable() |
MailServerAdministration.MailServerConfiguration |
get()
Gets the current Smtp Mail Server configuration.
|
MailServerAdministration.SmtpMailServerAdministration |
goTo()
Navigates to the Mail Servers Administration Page.
|
boolean |
isConfigured()
Determines whether an SMTP Server has been configured.
|
boolean |
isDisabled() |
boolean |
isEnabled() |
boolean |
isPresent()
Determines whether the Smtp Mail Server Administration Panel is on the page.
|
MailServerAdministration.SendTestEmail |
sendTestEmail() |
boolean isPresent()
MailServerAdministration.MailServerConfiguration get()
boolean isConfigured()
MailServerAdministration add(String name, String fromAddress, String emailPrefix, String hostName)
name
- The name of this server within JIRA.fromAddress
- The default address this server will use to send emails from.emailPrefix
- The prefix for all outgoing email subjects.hostName
- The SMTP host name of your mail server.MailServerAdministration.SmtpMailServerAdministration goTo()
MailServerAdministration.SendTestEmail sendTestEmail()
boolean isEnabled()
boolean isDisabled()
void enable()
Copyright © 2002-2021 Atlassian. All Rights Reserved.