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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
-
Field Details
-
SEND_MAIL
Actually send the email ?- See Also:
-
SENDER
Body of the email- See Also:
-
RECIPIENT
Body of the email- See Also:
-
SUBJECT
Subject of the email- See Also:
-
BODY
Body of the email- See Also:
-
-
Constructor Details
-
SendMailFunction
public SendMailFunction()
-
-
Method Details