Class MessagingServiceImpl

java.lang.Object
net.andresbustamante.yafoot.messaging.services.impl.MessagingServiceImpl
All Implemented Interfaces:
net.andresbustamante.yafoot.messaging.services.MessagingService

@Service public class MessagingServiceImpl extends Object implements net.andresbustamante.yafoot.messaging.services.MessagingService
  • Constructor Details

    • MessagingServiceImpl

      public MessagingServiceImpl(org.springframework.mail.javamail.JavaMailSender mailSender)
  • Method Details

    • sendEmail

      @Async public void sendEmail(String destinationEmail, String subject, String content) throws net.andresbustamante.yafoot.commons.exceptions.ApplicationException
      Specified by:
      sendEmail in interface net.andresbustamante.yafoot.messaging.services.MessagingService
      Throws:
      net.andresbustamante.yafoot.commons.exceptions.ApplicationException