XactCommerce Xact Objects
Home
News
XactCommerce
Typical Applications
Custom Development
Private Backend
XactScript Language
Performance
Deployment
Partners
Portfolio
About Us
leXml Language < Interface Modules & Commands < If_Email

If_Email
The email interface provides tools for direct emailing or calling a formatted LeXml page to send an email to individuals or groups.

emailpageresults
This command calls another LeXml page and sends e-mail to a group of people with the output.
 
Arguments:
lexmlfile - Relative or absolute path to LeXml page to parse for e-mail
page:??? - Variable to pass on to lexmlfile
to - Address to send mail to (primary) (required)
cc - Comma-seperated list of carbon copy addresses (optional)
bcc - Comma-seperated list of blind carbon copy addresses (optional)
subject - Subject of e-mail (required)
from - From address of e-mail (required)
contenttype - MIME content type (default=text/plain)


email
This e-mails the contents of a variable or form element
 
Arguments:
body - Body of e-mail
to - Address to send mail to (primary) (required)
cc - Comma-seperated list of carbon copy addresses (optional)
bcc - Comma-seperated list of blind carbon copy addresses (optional)
subject - Subject of e-mail (required)
from - From address of e-mail (required)
contenttype - MIME content type (default=text/plain)