Hello all, I have inherited a problem. We have a shopping cart which emails the contents of the cart to the sales address. However, our clients installed an exchange server to handle all the email and now they are not receiving any of the order confirmations. Below is the original code:
<!--- Send Email for Order Here --->
<!--- sales@gourmetgardens.com --->
<cfmail
to="sales@gourmetgardners.com"
from="gourmetgardens@gourmetgardens.com"
type="html"
server="127.0.0.1"
subject="Order from Gourmet Gardens">
<!--- Send Email for Order Here --->
<!--- sales@gourmetgardens.com --->
<cfmail
to="sales@gourmetgardners.com"
from="gourmetgardens@gourmetgardens.com"
type="html"
server="127.0.0.1"
subject="Order from Gourmet Gardens">