Customizing E-mail for Multiple Recipients
Attaching a MIME file
You use the
following example, a MIME-encoded file is sent along with an e-mail message:
<cfmail from="abeecho@MyCompany.com"
<cfmailparam file="c:\photos\asdl_photo.jpg">
tag to attach a file or add a header to a mail message. In the
cfmailparam
to="bobm@supercomputer.com"
subject="File you requested"
>
Dear Bob,
Here is a copy of the file you requested.
Regards,
A. Beech
</cfmail>
307
Need help?
Do you have a question about the COLDFUSION 5-DEVELOPING and is the answer not in the manual?
Questions and answers