Interface EmailSender


public interface EmailSender
The EmailSender service sends Emails.
Since:
2.1.0
  • Method Details

    • sendEmail

      void sendEmail(String recipient, Email email, String resource)
      Sends an Email to a given recipient.
      Parameters:
      recipient - the recipient of the email
      email - the email data to send
      resource - the resource to construct the email from
    • sendEmail

      void sendEmail(String recipient, Email email, String resource, String templateArea)
      Sends an Email to a given recipient.
      Parameters:
      recipient - the recipient of the email
      email - the email data to send
      resource - the resource to construct the email from
      templateArea - the template area of the resource
      Since:
      3.1.0