public class KcEmailServiceImpl extends Object implements KcEmailService
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENCODING |
| Constructor and Description |
|---|
KcEmailServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultFromAddress() |
void |
sendEmail(String from,
Set<String> toAddresses,
String subject,
Set<String> ccAddresses,
Set<String> bccAddresses,
String body,
boolean htmlMessage) |
void |
sendEmailWithAttachments(String from,
Set<String> toAddresses,
String subject,
Set<String> ccAddresses,
Set<String> bccAddresses,
String body,
boolean htmlMessage,
List<EmailAttachment> attachments) |
void |
setMailSender(org.springframework.mail.javamail.JavaMailSenderImpl mailSender) |
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService) |
public static final String DEFAULT_ENCODING
public void setMailSender(org.springframework.mail.javamail.JavaMailSenderImpl mailSender)
mailSender - The injected Mail Sender.public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
public void sendEmail(String from, Set<String> toAddresses, String subject, Set<String> ccAddresses, Set<String> bccAddresses, String body, boolean htmlMessage)
sendEmail in interface KcEmailServicepublic void sendEmailWithAttachments(String from, Set<String> toAddresses, String subject, Set<String> ccAddresses, Set<String> bccAddresses, String body, boolean htmlMessage, List<EmailAttachment> attachments)
sendEmailWithAttachments in interface KcEmailServicepublic String getDefaultFromAddress()
getDefaultFromAddress in interface KcEmailServiceCopyright © 2013 The Kuali Foundation. All Rights Reserved.