Interface Mailer

All Known Implementing Classes:
MetadataOdoo

@ProviderType public interface Mailer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sendMail(ZonedDateTime sendAt, String templateId, com.google.gson.JsonElement params)
    Send alerting mail at stamp to users.
  • Method Details

    • sendMail

      void sendMail(ZonedDateTime sendAt, String templateId, com.google.gson.JsonElement params)
      Send alerting mail at stamp to users.
      Parameters:
      sendAt - time stamp at which the mail was sent
      templateId - Id of the Template to use
      params - mail data (e.g. recipients, subject, ...)