Gmail, CF8, and MachBlog...

ColdFusion

I made a quick hack to Machblog to support Google SMTP servers.  I will go back and add the property to the xml file later.  The hack was very easy since I am running Coldfusion 8.  I added the attribute useTLS = "yes" to any cfmail tags I found in the code.  Here are some links about this topic: Peter about adding TLS securty support for Machblog Setting up TLS mail server through Coldfusion Admin CFMAIL tag for CF8 on livedocs.adobe.com