>Will Tomlinson wrote:
>
>Is it possible the the mail server that CF is sending through thinks 
>that it is supposed to handle mail for that domain, but the actual MX 
>for that domain is something completely different?  It would try to 
>handle the mail locally, and probably doesn't have that user defined.

Man, I dunno. 

Here's what happpens:

<!---send notification to shopper--->

<cfmail from="#VARIABLES.emailaddress#" 
to="#ARGUMENTS.authorizenettransdetails.customerbillingemail#"
   server="#VARIABLES.mailserver#" subject="#VARIABLES.companyname# invoice 
notification #ARGUMENTS.authorizenettransdetails.orderID#" type="html"
>
blahblahblah
</cfmail>

<!--- Now, notify the shop owner--->

<cfmail from="#VARIABLES.emailaddress#" to="#VARIABLES.emailaddress#"
   server="#VARIABLES.mailserver#" subject="An Order Has Been Processed"
   type="html">
blahblahblah
</cfmail>

They use the same mailserver variable, the same from. I mean, why th'heck would 
one send out and not the other? I KNOW the email address it's sending to in the 
2nd one is valid. 

This used to work! ughhh!

Thanks guys!

Will


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7
The most significant release in over 10 years. Upgrade & see new features.
http://www.adobe.com/products/coldfusion

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