ActivMail Bulk Email messaging for ColdFusion, solve CFMAIL problems.
ActivMail - Version 2.1.0.3
CF_MailParam Tag Reference

NOTE: This tag is here for easy migration from ColdFusion's <cfmailparam> tag. Consider using ActivMail's <CF_MailHeader> and <CF_MailAttachment> tags instead.

Use this tag to add custom mail headers or attach a file to a message sent with the CF_Mail Tag. This tag is a child tag of CF_Mail so it must be inside its tag body.

See Also: <CF_Mail>, <CF_MailHeader> and <CF_MailAttachment>

Common Attributes

Attribute Name Required Data Type Notes
NAME no string The name of the header
VALUE no String The value of the header. Should not have multiple lines, and should not use the characters : or |
FILE no file The path to a file to attach


Examples

Adding a custom header

<CF_MAIL
   TO="bob@jones.com,fred@jones.com,buddy@jones.com"
   FROM="Billy Jones <billy@jones.com>"
   SUBJECT="Billy's got a new cow">

I got a new cow

    <cf_mailparam name="X-Mailer" value="Billys Mail Server Farm">

</CF_MAIL>



ActivMail Documentation


Copyright © CFDEV.COM 2004