Package | Description |
---|---|
com.atlassian.confluence.user | |
com.atlassian.confluence.user.notifications |
Modifier and Type | Method and Description |
---|---|
NotificationSendResult |
DefaultSignupManager.sendInvites(SendUserInviteEvent event) |
NotificationSendResult |
SignupManager.sendInvites(SendUserInviteEvent event)
Send invitation emails with a message to a list of email addresses.
|
Modifier and Type | Method and Description |
---|---|
NotificationSendResult |
DefaultEmailService.sendToEmail(NotificationData notificationData,
String emailAddress) |
NotificationSendResult |
EmailService.sendToEmail(NotificationData notificationData,
String emailAddress) |
NotificationSendResult |
DefaultEmailService.sendToEmails(NotificationData notificationData,
List<String> recipients) |
NotificationSendResult |
EmailService.sendToEmails(NotificationData notificationData,
List<String> recipients) |
Copyright © 2003–2018 Atlassian. All rights reserved.