Can anyone say whether useTLS="true" and/or useSSL="true" are needed in
cfmail to send via a Google hosted email account?

The following works for me:

<cfmail
        server="smtp.gmail.com"
        port="465"
        username="#VARIABLES.username#"
        password="#VARIABLES.password#"
        useSSL="true"
>Message</cfmail>

But blog posts I've read say useTLS is needed.

Does specifying the port change anything?

Adrian Lynch
http://www.halestorm.co.uk/
http://www.adrianlynch.co.uk/


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313273
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to