-
public interface EmailerAn email service. Used for sending emails.- Author:
- Alex Bogdanovski [alex@erudika.com]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansendEmail(List<String> emails, String subject, String body)Sends an email.
-