|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Emailer
An emailing service. This component is currently mostly meant for Daisy-internal purposes, such as for the notification mails or the new-user registration mails.
This is an optional repository extension component.
The Emailer is obtained from the Repository as
follows:
Emailer emailer = (Emailer)repository.getExtension("Emailer");
In the remote repository API, the Emailer extension can be registered as follows:
RemoteRepositoryManager repositoryManager = ...;
repositoryManager.registerExtension("Emailer",
new Packages.org.outerj.daisy.emailer.clientimpl.RemoteEmailerProvider());
| Method Summary | |
|---|---|
void |
send(String to,
String subject,
String messageText)
Sends an email. |
| Method Detail |
|---|
void send(String to,
String subject,
String messageText)
throws RepositoryException
RepositoryException
|
Daisy Open Source CMS | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||