I was gonna say that it sounds like a SPAM blocking issue. But if you
replace the variables with the same values and it WORKS... I have no
idea. 

Are you sure you are replacing with the same exact values? 

......................
Ben Nadel
Certified Advanced ColdFusion MX7 Developer
www.bennadel.com
 
Need ColdFusion Help?
www.bennadel.com/ask-ben/

-----Original Message-----
From: Will Tomlinson [mailto:[EMAIL PROTECTED] 
Sent: Monday, February 26, 2007 12:07 PM
To: CF-Talk
Subject: <cfmail> driving me bonkers now

Ok, I'm back to my <cfmail> problem. This will not send out TO the same
address as listed in the FROM attribute. If I change it to my personal
email address, it works. 

<cfmail from='"#shopownername#" <#VARIABLES.emailaddress#>'
to="#VARIABLES.emailaddress#"
   server="#VARIABLES.mailserver#" subject="An Order Has Been Processed"
   type="html"
   >
   <cfmailparam name="Reply-To" value="#VARIABLES.emailaddress#">
   <cfmailparam name="MIME-Version" value="1.0">
   <html>

da da da
</cfmail>

BUT, if I drop this same exact code into a template, hard code the FROM
and TO as the same address as the variables use, it sends out no
problem. oooooooook!  

Does this make sense? It sure doesn't to me. 

Thanks,
Will




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
ColdFusion MX7 and Flex 2 
Build sales & marketing dashboard RIA’s for your business. Upgrade now
http://www.adobe.com/products/coldfusion/flex2

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270685
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to