Interface MailService

All Known Implementing Classes:
MailServiceImpl

public interface MailService
  • Method Details

    • enviarNotificacion

      String enviarNotificacion(String to, String subject, String body) throws jakarta.mail.MessagingException
      Throws:
      jakarta.mail.MessagingException