I am trying to send mail through Wingate using ColdFusion. Previously, I had both Wingate and ColdFusion on the same server and had no problems. ColdFusion is now on another server on my LAN. With ColdFusion, I can specify sending mail and test successfully with ColdFusion by using both 'smtp.domainname' and '192.168.2.1' (Wingate Server). The problem is when I actually attempt to send mail through an application, Wingate ignores the 'smtp.domainname' request and gives a 'server lied to us' error when ColdFusion is set to send through 192.168.2.1.
Any help would be appreciated and thanks in advance.