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 by AdobeĀ®
Dyncamically transform webcontent into Adobe PDF with new ColdFusion MX7. 
Free Trial. http://www.adobe.com/products/coldfusion

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:270684
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