Im having an issue with using coldfusion and google SMTP. The issue is this, I have everything set up so when an email is sent out it will use google's SMTP relay. Now that works however, the server I have the site on also has another site that uses google's SMTP relay as well. So for some reason when a customer purchases something from one site 1 (and gets there order confirmation) and a different customer orders something from site 2 (and gets there order confirmation), the FROM email on site 2 is switched to the FROM email on site 1.
Example:
Customer purchases from site 1 - FROM="cs@site1.com"
A different customer purchases from site 2 - FROM="cs@site1.com" (this should be cs@site2.com)
I know this sounds confusing and it has me stumped. Any help would be appreciated.