Constructor and Description |
---|
MailServerConfigurationStatisticEvent(SMTPServer smtpServer) |
Modifier and Type | Method and Description |
---|---|
SMTPServer |
SmtpServerUpdatedEvent.getNewValue() |
SMTPServer |
SmtpServerUpdatedEvent.getOldValue() |
Constructor and Description |
---|
SmtpServerUpdatedEvent(SMTPServer oldValue,
SMTPServer newValue) |
Modifier and Type | Method and Description |
---|---|
List<AuditLogEntry> |
AuditLogConfigurationMapper.calculateDifference(SMTPServer oldValue,
SMTPServer newValue) |
Modifier and Type | Method and Description |
---|---|
SMTPServer |
MailConfiguration.getSmtpServer() |
Modifier and Type | Method and Description |
---|---|
Set<EmailMessage> |
MailSendManager.sendMultiple(Collection<? extends EmailMessage> messages,
SMTPServer smtpServer,
PrintStream debugStream) |
void |
MailSendManager.sendSingle(EmailMessage message,
SMTPServer smtpServer,
PrintStream debugStream) |
SendTestMailResult |
MailManagerImpl.sendTestMail(SMTPServer smtpServer,
javax.mail.internet.InternetAddress emailAddress) |
SendTestMailResult |
MailManager.sendTestMail(SMTPServer smtpServer,
javax.mail.internet.InternetAddress emailAddress)
Send a test email using the supplied mail server (remote host / JNDI)
|
MailConfiguration.Builder |
MailConfiguration.Builder.setSmtpServer(SMTPServer smtpServer) |
Modifier and Type | Method and Description |
---|---|
SMTPServer |
PropertyManagerGeneric.getSMTPServer() |
SMTPServer |
PropertyManager.getSMTPServer()
Deprecated.
As of release 3.3.0, use
com.atlassian.crowd.manager.mail.MailConfigurationService#getConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyManagerGeneric.setSMTPServer(SMTPServer server) |
void |
PropertyManager.setSMTPServer(SMTPServer server)
Deprecated.
As of release 3.3.0, use
com.atlassian.crowd.manager.mail.MailConfigurationService#saveConfiguration() |
Modifier and Type | Method and Description |
---|---|
SMTPServer |
SMTPServer.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static SMTPServer.Builder |
SMTPServer.builder(SMTPServer smtpServer) |
Copyright © 2020 Atlassian. All rights reserved.