| java.lang.Object com.opensymphony.workflow.util.SendEmail
SendEmail | public class SendEmail implements FunctionProvider(Code) | | Sends an email to a group of users. The following arguments are expected:
- to - comma seperated list of email addresses
- from - single email address
- subject - the message subject
- cc - comma seperated list of email addresses (optional)
- message - the message body
- smtpHost - the SMTP host that will relay the message
- parseVariables - if 'true', then variables of the form ${} in subject,
message, to, and cc fields will be parsed
author: Pat Lightbody |
Method Summary | |
public void | execute(Map transientVars, Map args, PropertySet ps) |
execute | public void execute(Map transientVars, Map args, PropertySet ps)(Code) | | |
|
|