I am trying to send out email through google's hosted email. I understand how to configure the port to 587, but how do I enable TLS encryption?
I am working from the instructions here: http://mail.google.com/support/bin/answer.py?answer=77689 Here is what I have: <CFMAIL server="smtp.gmail.com" username="[email protected]" password="password" port="587" from="[email protected]" to="[email protected]" subject="Any Subject"> This is the body of the message. </CFMAIL> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329818 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

