Interface MessagingService
public interface MessagingService
Messaging service for email notifications.
-
Method Summary
-
Method Details
-
sendEmail
void sendEmail(String destinationEmail, String subject, String content) throws net.andresbustamante.yafoot.commons.exceptions.ApplicationException 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:
net.andresbustamante.yafoot.commons.exceptions.ApplicationException
-