I don't know of a way to do it.  I use the CF Administrator to set that up
(there's a checkbox for it there)

On Tue, Jan 19, 2010 at 7:37 PM, Matthew Smith <[email protected]>wrote:

>
> 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:329819
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