You may also be able to do it using sTunnel. I was able to get the commercial version of BlueDragon JX to talk to gmail with it.
These are the stunnel.conf settings. client = yes debug = debug [pop3s] accept = 127.0.0.1:1109 connect = pop.gmail.com:995 [smtps] accept = 127.0.0.1:259 connect = smtp.gmail.com:465 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:329846 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

