Interface MessagingService
- All Known Implementing Classes:
MessagingServiceImpl
public interface MessagingService
Messaging service for email notifications.
-
Method Summary
-
Method Details
-
sendEmail
Sends a plain text email message with a specific subject to a single destination.- Parameters:
destinationEmail
- Email address of the destinationsubject
- Subject of the messagecontent
- Content of the message- Throws:
ApplicationException
-