Package es.mde.servicios
Class MailServiceImpl
java.lang.Object
es.mde.servicios.MailServiceImpl
- All Implemented Interfaces:
MailService
@Service
@PropertySource("classpath:config/mail.properties")
public class MailServiceImpl
extends Object
implements MailService
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MailServiceImpl
public MailServiceImpl()
-
-
Method Details
-
enviarNotificacion
public String enviarNotificacion(String to, String subject, String body) throws jakarta.mail.MessagingException - Specified by:
enviarNotificacion
in interfaceMailService
- Throws:
jakarta.mail.MessagingException
-