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
Post a Comment