Interface EmailService
- All Known Implementing Classes:
DefaultEmailService
Deprecated, for removal: This API element is subject to removal in a future version.
Sends emails to email addresses, rather than users.
- Since:
- 4.4
-
Method Summary
Modifier and TypeMethodDescriptionsendToEmail
(NotificationData notificationData, String emailAddress) Deprecated, for removal: This API element is subject to removal in a future version.sendToEmails
(NotificationData notificationData, List<String> recipients) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
sendToEmails
Deprecated, for removal: This API element is subject to removal in a future version. -
sendToEmail
Deprecated, for removal: This API element is subject to removal in a future version.
-
DispatchService