Interface Emailer


  • public interface Emailer
    An email service. Used for sending emails.
    Author:
    Alex Bogdanovski [alex@erudika.com]
    • Method Detail

      • sendEmail

        boolean sendEmail​(List<String> emails,
                          String subject,
                          String body)
        Sends an email.
        Parameters:
        emails - a list of email addresses (recipients)
        subject - the subject of the message
        body - the body of the message
        Returns:
        true if the message was sent