|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.mmbase.module.Module
|
+--org.mmbase.module.AbstractSendMail
|
+--org.mmbase.module.JMSendMail
Module providing mail functionality based on JavaMail, mail-resources.
| Constructor Summary | |
JMSendMail()
|
|
| Method Summary | |
java.lang.String |
getModuleInfo()
provide some info on the module |
void |
init()
Initializes the module. |
void |
reload()
|
boolean |
sendMail(java.lang.String from,
java.lang.String to,
java.lang.String data,
java.util.Map headers)
Send mail with headers |
| Methods inherited from class org.mmbase.module.AbstractSendMail |
expand, onload, sendMail, sendMail, verify |
| Methods inherited from class org.mmbase.module.Module |
getClassName, getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModules, getName, getProperties, getProperty, getVersion, hasStarted, loadModulesFromDisk, maintainance, setClassName, 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 |
| Constructor Detail |
public JMSendMail()
| Method Detail |
public void reload()
public void init()
ModuleModule.startModule(), which makes sure it is not called
more than once. You should not call init() directly, call startModule() instead.init in class Module
public boolean sendMail(java.lang.String from,
java.lang.String to,
java.lang.String data,
java.util.Map headers)
public java.lang.String getModuleInfo()
ModulegetModuleInfo in class Module
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||