|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.module.Module
org.mmbase.module.AbstractSendMail
This module provides mail functionality
| Constructor Summary | |
AbstractSendMail()
|
|
| Method Summary | |
java.util.List |
expand(java.lang.String name)
gives all the members of a mailinglist |
void |
onload()
prepares the module when loaded. |
boolean |
sendMail(Mail mail)
Send mail |
boolean |
sendMail(java.lang.String from,
java.lang.String to,
java.lang.String data)
Send mail without extra headers |
java.lang.String |
verify(java.lang.String name)
checks the e-mail address |
| Methods inherited from class org.mmbase.module.Module |
getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModuleInfo, getModules, getName, getProperties, getProperty, getVersion, hasStarted, init, loadModulesFromDisk, maintainance, setInitParameter, setMaintainer, setName, setVersion, shutdown, shutdownModules, startModule, startModules, state |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mmbase.module.SendMailInterface |
sendMail |
| Constructor Detail |
public AbstractSendMail()
| Method Detail |
public void onload()
ModuleModule.startModules(). You should not call onload() directly.
onload in class Module
public boolean sendMail(java.lang.String from,
java.lang.String to,
java.lang.String data)
sendMail in interface SendMailInterfacepublic boolean sendMail(Mail mail)
sendMail in interface SendMailInterfacepublic java.lang.String verify(java.lang.String name)
verify in interface SendMailInterfacepublic java.util.List expand(java.lang.String name)
expand in interface SendMailInterface
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||