Developer manual
system.email.xslt
Sends the current session data as email
Updated: Type: url
Current
URL Attributes
| Attribute | Type | Description | Default | Required? | |
|---|---|---|---|---|---|
| current | format | string | system.email.xslt | Yes | |
| current | source | option | template | Yes | |
| current | to | string | Email address to send email to | No | |
| current | from | string | Email to send email as Must be listed in settings.xml as <valid> recipient. |
Yes | |
| current | bcc | string | Email address to send a copy of the email Must be listed in settings.xml as <valid> recipient. |
No | |
| current | subject | string | Subject line of the email | Yes |
Examples
#1
Request
<p>
<select name="feed">
<option value="format">system.email.xslt</option>
<option value="source">template</option>
<option value="to">someone@test.com</option>
<option value="from">another@test.com</option>
<option value="bcc">person@test.com</option>
<option value="subject">Form Example</option>
</select>
</p>