| Package | Description |
|---|---|
| org.sakaiproject.mailsender.logic | |
| org.sakaiproject.mailsender.model |
| Modifier and Type | Method and Description |
|---|---|
ConfigEntry |
ConfigLogic.getConfig()
Get the current tool placement config
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExternalLogic.addToArchive(ConfigEntry config,
String channelRef,
String sender,
String subject,
String body)
Append email to Email Archive
|
String |
ConfigLogic.saveConfig(ConfigEntry ce)
Save the configuration to the tool placement config space
|
List<String> |
ExternalLogic.sendEmail(ConfigEntry config,
String fromEmail,
String fromName,
Map<String,String> to,
String subject,
String content,
List<Attachment> attachments)
Send email to a list of users.
|
| Modifier and Type | Field and Description |
|---|---|
static ConfigEntry |
ConfigEntry.DEFAULT_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
ConfigEntry |
EmailEntry.getConfig() |
| Modifier and Type | Method and Description |
|---|---|
void |
EmailEntry.setConfig(ConfigEntry config) |
| Constructor and Description |
|---|
EmailEntry(ConfigEntry config) |
Copyright © 2007-2014 Sakai Project. All Rights Reserved.