| body |
Data Type: CDATA |
Default: Optional |
The 'body' attribute allows the developer to specify text to insert in the body of the email that is sent out when the element is executed.
|
| from |
Data Type: (email address) |
Default: Required |
| The 'from' attribute allows the developer to specify a return address for emails sent through the 'voxeo:sendemail' element. Any valid email address is allowed, provided that it is parseable. |
| to |
Data Type: (email address) |
Default: Required |
| The 'to' attribute allows the developer to specify a return address for emails sent through the 'voxeo:sendemail' element. Any valid email address is allowed, provided that it is parseable. |
| type |
Data Type: CDATA |
Default: none - attribute is optional |
| The 'type' attribute defines the type of email to be sent to the maintainer of the CCXML application. If unspecified, then the resulting email message must be entirely user defined within the 'body' attribute. If, however, the 'type' is set to 'debug', then a whole host of debugging output is included in the body of the email, (very useful information to have for troubleshooting an application that goes belly-up when you aren't watching the realtime logger). |