Package dev.dsf.bpe.v1.service
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
MailServiceImpl
-
-
Method Details
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.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:
sendin interfaceMailService
-