org.mmbase.module
Class AbstractSendMail
java.lang.Object
|
+--org.mmbase.module.Module
|
+--org.mmbase.module.AbstractSendMail
- All Implemented Interfaces:
- SendMailInterface
- Direct Known Subclasses:
- JMSendMail, SendMail
- public abstract class AbstractSendMail
- extends Module
- implements SendMailInterface
This module provides mail functionality
- Author:
- Michiel Meeuwissen
|
Method Summary |
java.util.List |
expand(java.lang.String name)
gives all the members of a mailinglist |
void |
onload()
|
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 |
getClassName, getInitParameter, getInitParameters, getMaintainer, getMimeType, getMimeTypeFile, getModule, getModule, getModuleInfo, getModules, getName, getProperties, getProperty, getVersion, hasStarted, init, 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 |
AbstractSendMail
public AbstractSendMail()
onload
public void onload()
- Overrides:
onload in class Module
sendMail
public boolean sendMail(java.lang.String from,
java.lang.String to,
java.lang.String data)
- Send mail without extra headers
- Specified by:
sendMail in interface SendMailInterface
sendMail
public boolean sendMail(Mail mail)
- Send mail
- Specified by:
sendMail in interface SendMailInterface
verify
public java.lang.String verify(java.lang.String name)
- checks the e-mail address
- Specified by:
verify in interface SendMailInterface
expand
public java.util.List expand(java.lang.String name)
- gives all the members of a mailinglist
- Specified by:
expand in interface SendMailInterface
MMBase build 1.6.5.20030923