Package it.unimib.unimibmodules.service
Class MailServiceImpl
java.lang.Object
it.unimib.unimibmodules.service.MailServiceImpl
- All Implemented Interfaces:
MailService
Service for sending emails.
- Version:
- 0.4.1
- Author:
- Davide Costantini
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
logger
private static final org.apache.logging.log4j.Logger logger
-
-
Constructor Details
-
MailServiceImpl
public MailServiceImpl()
-
-
Method Details
-
sendMail
Send email to the specified addreess, with specified subject and text.- Specified by:
sendMail
in interfaceMailService
- Parameters:
recipientAddress
- the recipient's email addrsssubject
- the subject of the emailtext
- the text of the email
-