Class MailServiceImpl

java.lang.Object
dev.dsf.bpe.v1.service.MailServiceImpl
All Implemented Interfaces:
MailService, org.springframework.beans.factory.InitializingBean

public class MailServiceImpl extends Object implements MailService, org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • MailServiceImpl

      public MailServiceImpl(MailService delegate)
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • send

      public void send(String subject, javax.mail.internet.MimeBodyPart body, Consumer<javax.mail.internet.MimeMessage> messageModifier)
      Specified by:
      send in interface MailService