public class SendMailFunction extends AbstractLogEnabled implements Component, com.opensymphony.workflow.FunctionProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
BODY
Body of the email
|
static String |
RECIPIENT
Body of the email
|
static String |
SEND_MAIL
Actually send the email ?
|
static String |
SENDER
Body of the email
|
static String |
SUBJECT
Subject of the email
|
| Constructor and Description |
|---|
SendMailFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Map transientVars,
Map args,
com.opensymphony.module.propertyset.PropertySet ps) |
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerpublic static final String SEND_MAIL
public static final String SENDER
public static final String RECIPIENT
public static final String SUBJECT
public static final String BODY
public SendMailFunction()