Package eu.europeana.apikey.mail
Class MailService
- java.lang.Object
-
- eu.europeana.apikey.mail.MailService
-
@Component public class MailService extends Object
Created by luthien on 04/07/2017.
-
-
Field Summary
Fields Modifier and Type Field Description org.springframework.mail.javamail.JavaMailSenderemailSender
-
Constructor Summary
Constructors Constructor Description MailService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendSimpleMessageUsingTemplate(String to, String subject, org.springframework.mail.SimpleMailMessage template, String... templateArgs)
-
-
-
Method Detail
-
sendSimpleMessageUsingTemplate
public void sendSimpleMessageUsingTemplate(String to, String subject, org.springframework.mail.SimpleMailMessage template, String... templateArgs) throws SendMailException
- Throws:
SendMailException
-
-