I was also just working on using gmail... but with cfpop.. there is a cute trick to it.. see: http://www.anujgakhar.com/2008/05/18/cfpop-and-gmail/
At 08:33 AM 10/19/2008, you wrote: >Thanks. :) > >Adrian Lynch wrote: > > I'm not sure if I'm answering the right question, but... > > > > I currently connect to a Google hosted email account with the > > following(taken from a CFC): > > > > <cfmail > > to="#VARIABLES.to#" > > from="#VARIABLES.from#" > > subject="#VARIABLES.subject#" > > server="#VARIABLES.server#" > > port="#VARIABLES.port#" > > username="#VARIABLES.username#" > > password="#VARIABLES.password#" > > useSSL="true" > >> #VARIABLES.message#</cfmail> > > > > The useSSL bit is the part that you're most likely missing. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:314120 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

