Interface Mailer
- All Known Implementing Classes:
MetadataOdoo
@ProviderType
public interface Mailer
-
Method Summary
Modifier and TypeMethodDescriptionvoid
sendMail
(ZonedDateTime sendAt, String template, com.google.gson.JsonElement params) Send alerting mail at stamp to users.
-
Method Details
-
sendMail
Send alerting mail at stamp to users.- Parameters:
sendAt
- is dateTime at which to sendtemplate
- mail template to useparams
- mail data
-