On 4/17/01 6:06 PM WebMaster wrote:

> Is there a way to add your own custom mail header with CFMail (like the
> "X-Mailer" line)?
> 
> I've seen programs that let you do this and I think it would be very useful
> if I could tack a variable into the header of the message. For example:
> 
> X-Variable: 3243423

<cfmail to="#to#" from="#from#" subject="#subject#">
    <cfmailparam name="X-Variable" value="3243423">
Hello.
</cfmail>

Note, the cfmailparam tag was introduced in version 4.5.


- Sean
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to