If the email is in the Undelivered folder for CF, then it is possible
that it deals with the way
The TO line is constructed.

Since it is being sent successfully when hardcoding the TO line, that
would be the best place to begin looking. 

-----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 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:270687
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to