> 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="webs...@mysite.com"
> password="password"
> port="587"
> from="webs...@mysite.com"
> to="myem...@gmail.com"
> subject="Any Subject">
>
> This is the body of the message.
>
> </CFMAIL>

CFMAIL has a USETLS attribute which you can set. Here's a description:
http://jamiekrug.com/blog/index.cfm/2009/2/13/cfmail-using-Gmail-SMTP

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:329820
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