Where is the sending actually failing?  Is it generating the email message, but 
the message gets rejected by the mail server, or does it get sent successfully 
from CF but then gets lost in the abyss somewhere?

Russ

> -----Original Message-----
> From: Ben Nadel [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 26, 2007 1:19 PM
> To: CF-Talk
> Subject: RE: <cfmail> driving me bonkers now
> 
> 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
> 
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & 
Flex 2. 
Free Trial 
http://www.adobe.com/products/coldfusion/flex2/

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