Interface EmailService
- All Known Implementing Classes:
EmailServiceImpl
,NullEmailServiceImpl
Deprecated.
- Author:
- jfischer
-
Method Summary
Modifier and TypeMethodDescriptionboolean
sendBasicEmail
(EmailInfo emailInfo, EmailTarget emailTarget, Map<String, Object> props) Deprecated.boolean
Deprecated.boolean
sendTemplateEmail
(EmailTarget emailTarget, EmailInfo emailInfo, Map<String, Object> props) Deprecated.
-
Method Details
-
sendTemplateEmail
Deprecated. -
sendTemplateEmail
Deprecated. -
sendBasicEmail
Deprecated.
-
NotificationDispatcher