Interface MailService
- All Known Implementing Classes:
MailServiceImpl
public interface MailService
Service for sending emails.
- Version:
- 0.4.1
- Author:
- Davide Costantini
-
Method Summary
-
Method Details
-
sendMail
Send email to the specified addreess, with specified subject and text.- Parameters:
recipientAddress
- the recipient's email addrsssubject
- the subject of the emailtext
- the text of the email
-