public abstract class AbstractSendMail extends WatchedReloadableModule
configurationPath, getMaintainerFunction, getVersionFunction, properties, STATE_START_TIMEdescription, guiName, namefunctions, getFunctions| Constructor and Description |
|---|
AbstractSendMail(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
sendMail(Mail mail)
Send mail
|
boolean |
sendMail(String from,
String to,
String data)
Send mail without extra headers
|
abstract boolean |
sendMail(String from,
String to,
String data,
Map<String,String> headers) |
abstract boolean |
sendMultiPartMail(String from,
String to,
Map<String,String> headers,
javax.mail.internet.MimeMultipart mmpart)
Sends a 'multipart' mail.
|
onloadreload, reloadConfiguration, reloadConfigurationaddInitParameters, getInitParameter, getInitParameter, getInitParameter, getInitParameters, getInitParameters, getMaintainer, getModule, getModule, getModule, getModule, getModuleInfo, getModuleLoader, getModuleReader, getModuleReader, getModules, getState, getStates, getVersion, hasModule, hasStarted, init, loadInitParameters, loadInitParameters, maintainance, setInitParameter, setMaintainer, setState, setVersion, shutdown, shutdownModules, startModule, startModulesgetDefaultLocale, getDescription, getDescription, getGUIName, getGUIName, getLocalizedDescription, getLocalizedGUIName, getName, setDescription, setDescription, setGUIName, setGUIName, setLocalizedDescription, setLocalizedGUIName, setNameaddFunction, createParameters, getFunction, getFunctions, getFunctionValue, newFunctionInstancepublic AbstractSendMail(String name)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}