| sendMsg page="1"
attachFiles="http://ollance.com/mailpro/images/logo.gif"
attachFileUploads to="Ollance.com <info@ollance.com>"
from="ollance <info@ollance.com>" replyTo="ollance
<info@ollance.com>" subject="File Attachment
From [output name='Name']" template="/home/ollance/public_html/mailpro/templates/recipient.html"
contentType="text/html" |
This example
will e-mail "Ollance.com <info@ollance.com>" a
message with all uploaded files and also attach the file logo.gif. The
subject will read 'File Attachment From Someone'. And the message will
be displayed in HTML.
| sendMsg page="1"
to="[output name='E-mail Address']" from="ollance
<info@ollance.com>" replyTo="ollance <info@ollance.com>"
subject="Thank you for submitting to our form!" template="/home/ollance/public_html/mailpro/templates/mailpro-php-response.html"
contentType="text/html" |
This example
will send an e-mail address to the e-mail given in the 'E-mail Address'
input from the form. The subject will read 'Thank you for submitting
to our form!'. And the message will be display in HTML.