public interface KcEmailService
| 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 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)
String getDefaultFromAddress()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.