Interface EmailSender
public interface EmailSender
The EmailSender service sends
Email
s.- Since:
- 2.1.0
-
Method Summary
-
Method Details
-
sendEmail
Sends anEmail
to a given recipient.- Parameters:
recipient
- the recipient of the emailemail
- the email data to sendresource
- the resource to construct the email from
-
sendEmail
Sends anEmail
to a given recipient.- Parameters:
recipient
- the recipient of the emailemail
- the email data to sendresource
- the resource to construct the email fromtemplateArea
- the template area of the resource- Since:
- 3.1.0
-