windows 7 - Connection timed out issue in cfexchangeConnection -



have windows 7 (32bit), coldfusion 9 installed on pc.
email account configured in outlook 2007 , working fine. when try connect exchange server using cfexchangeconnection not getting connected. giving me error saying:

error connecting server mail.domain.com. error message server : connection timed out: connect. 

my cfexchangeconnection code is:

<cfexchangeconnection      action="open"      username="name@domain.com"      protocol="https"       password="email_password"      server="mail.domain.com"      connection="conn1"> 

i have tried cfmail , working. how can make cfexchangeconnection work in coldfusion9?


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -