Class SendMailFunction
- java.lang.Object
 - 
- org.apache.avalon.framework.logger.AbstractLogEnabled
 - 
- org.ametys.plugins.forms.workflow.SendMailFunction
 
 
 
- 
- All Implemented Interfaces:
 com.opensymphony.workflow.FunctionProvider,Component,LogEnabled
public class SendMailFunction extends AbstractLogEnabled implements Component, com.opensymphony.workflow.FunctionProvider
OS workflow function to send mail after an action is triggered. The author of a form entry is also notified if the receipt is set 
- 
- 
Constructor Summary
Constructors Constructor Description SendMailFunction() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Map transientVars, Map args, com.opensymphony.module.propertyset.PropertySet ps)- 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger 
 - 
 
 - 
 
- 
- 
Field Detail
- 
SEND_MAIL
public static final String SEND_MAIL
Actually send the email ?- See Also:
 - Constant Field Values
 
 
- 
SENDER
public static final String SENDER
Body of the email- See Also:
 - Constant Field Values
 
 
- 
RECIPIENT
public static final String RECIPIENT
Body of the email- See Also:
 - Constant Field Values
 
 
- 
SUBJECT
public static final String SUBJECT
Subject of the email- See Also:
 - Constant Field Values
 
 
- 
BODY
public static final String BODY
Body of the email- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
SendMailFunction
public SendMailFunction()
 
 - 
 
 -