Class EmailService
- java.lang.Object
-
- cz.zcu.students.cacha.bp_server.services.EmailService
-
@Service public class EmailService extends Object
Class represent service which is responsible for mail operations
-
-
Constructor Summary
Constructors Constructor Description EmailService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendSimpleMessage(String to, String subject, String text)
Sends email with given parameters
-