| Modifier and Type | Method and Description |
|---|---|
void |
ForgottenLoginMailer.mailResetPasswordLink(User user,
String resetLink)
Mails the reset password link to the
user. |
void |
ForgottenLoginMailer.mailUsernames(User user,
List<String> usernames)
Mails the list of usernames to the
user. |
| Modifier and Type | Method and Description |
|---|---|
protected SMTPServer |
MailManagerImpl.getSmtpServer() |
void |
MailManagerImpl.sendHtmlEmail(javax.mail.internet.InternetAddress emailAddress,
String subject,
String body,
String plainText) |
void |
MailManager.sendHtmlEmail(javax.mail.internet.InternetAddress emailAddress,
String subject,
String body,
String plainText)
Sends an HTML email using the configured mail server (remote host / JNDI).
|
void |
MailManagerImpl.sendPlainTextEmail(javax.mail.internet.InternetAddress emailAddress,
String subject,
String body) |
void |
MailManager.sendPlainTextEmail(javax.mail.internet.InternetAddress emailAddress,
String subject,
String body)
Sends an email using the configured mail server (remote host / JNDI).
|
void |
MailManagerImpl.sendPlainTextEmail(javax.mail.internet.InternetAddress emailAddress,
String subject,
String body,
Map<String,String> headers,
Map<String,DataSource> attachments) |
void |
MailManager.sendPlainTextEmail(javax.mail.internet.InternetAddress emailAddress,
String subject,
String body,
Map<String,String> headers,
Map<String,DataSource> attachments)
Sends an email with zero or more attachments and headers using the configured mail server (remote host / JNDI).
|
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)
|
| Modifier and Type | Method and Description |
|---|---|
SendTestMailResultEntity |
MailServerController.testMailServer(MailServerConnectionTestEntity connectionTestData) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
MailServerResource.testMailServerConnection(MailServerConnectionTestEntity connectionTestData)
Tests connection to the specified SMTP server.
|
Copyright © 2018 Atlassian. All rights reserved.