Sorry, yes should have said that !!!
Other options

a)

If you install iMS post server you can add any headers you want


B) look at the cfx_mail tag

http://devex.allaire.com/developer/gallery/info.cfm?ID=CA347392-2830-11D4-AA
9700508B94F380&method=Full

~Justin

----- Original Message -----
From: "Randy Adkins" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 14, 2000 1:18 PM
Subject: RE: Email - Reply-to:


> I take it that CFMAILPARAM is in CF 4.5?
> I found nothing in 4.01
>
> -----Original Message-----
> From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 14, 2000 8:05 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Email - Reply-to:
>
>
> CFMAILPARAM
> CFMAILPARAM can either attach a file or add a header to a message. If you
> use CFMAILPARAM, it is nested within a CFMAIL tag. You can use more than
one
> CFMAILPARAM tags within a CFMAIL tag in order to attach one or more files
> and headers.
>
> See also CFMAIL.
>
> Syntax
> <CFMAIL
>     TO="recipient"
>     SUBJECT="msg_subject"
>     FROM="sender"
>     ...more attibutes...
> >
>     <CFMAILPARAM
>         FILE="file-name"
>     >
>     or
>     <CFMAILPARAM
>         NAME="header-name"
>          VALUE="header-value"
>     >
>     ...
> </CFMAIL>
>
>
> ~Justin
>
> ----- Original Message -----
> From: "Randy Adkins" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, September 14, 2000 1:01 PM
> Subject: Email - Reply-to:
>
>
> > Does anyone know a way to add the header reply-to:
> > to a cfmail message?
> >
> > I tried it in the first line fo the body and does not work.
> >
> > I want to send an email from one account but have it replied
> > to at another account.
> >
> > Any ideas??
> >
> >
>
> --------------------------------------------------------------------------
> ----
> > Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
> >
> >
>
> --------------------------------------------------------------------------
--
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
> send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> the body.
>
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to