Not to worry, there's still a way out of this. I learned this trick while
looking at the code of a custom tag. If you're using CF 4.0 you don't have
access to the cfmailparam tag, but you can still add additional headers by
adding a line break within your subject heading. So to add the the header in
my earlier message, do the following:

<cfset NewSubject = "#subject# #chr(10)#Disposition-Notification-To:
#EmailAddress#">
<cfmail to="#toaddresss#" from="#fromaddress#"
subject="#NewSubject#">#message#</cfmail>

I Haven't tried this out yet, but do try it and let me know if it works.

Leong

-----Original Message-----
From: lsellers [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 29, 2000 4:01 AM
To: [EMAIL PROTECTED]
Subject: RE: email reciepts



> Hi,
>
> If you're using CF 4.5.1. it's pretty easy. Just nest the following
> CFMAILPARAM tag in your CFMAIL tags:
>
> <CFMAILPARAM name="Disposition-Notification-To" value="#NameofSender#
> <#Emailaddress#>">
> Leong

Well, that's easy enough. Pitty I'm still using 4.0 though. Thanks though.
:)

--min


----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
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.eGroups.com/list/cf-talk
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