Modifier and Type | Method and Description |
---|---|
Set<? extends EmailMessage> |
MailManagerImpl.sendEmails(Collection<? extends EmailMessage> messagesToSend) |
Collection<? extends EmailMessage> |
MailManager.sendEmails(Collection<? extends EmailMessage> messagesToSend)
Sends multiple emails using the configured mail server.
|
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).
|
Set<EmailMessage> |
MailSendManager.sendMultiple(Collection<? extends EmailMessage> messages,
SMTPServer smtpServer,
PrintStream debugStream) |
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).
|
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)
|
Modifier and Type | Method and Description |
---|---|
void |
PasswordExpirationNotificationMailer.sendNotifications(Collection<InternalUserWithPasswordLastChanged> usersToNotify,
Instant currentTime,
Duration passwordMaxChangeTimeInDays) |
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 |
---|---|
SendTestMailResultEntity |
MailServerController.testMailServer(MailServerConfigurationEntity connectionTestData) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MailServerResource.testMailServerConnection(MailServerConfigurationEntity connectionTestData)
Tests connection to the specified SMTP server.
|
Copyright © 2020 Atlassian. All rights reserved.