私の PC には Windows 7 (32 ビット)、ColdFusion 9 がインストールされています。
私の電子メール アカウントは Outlook 2007 で構成されており、正常に動作しています。しかし、それを使用してExchangeサーバーに接続しようとすると、接続cfExchangeConnection
されません。次のようなエラーが表示されます。
Error connecting to the server mail.domain.com. Error message from the server : Connection timed out: connect.
私の cfexchangeConnection コードは次のとおりです。
<cfexchangeConnection
action="open"
username="name@domain.com"
protocol="https"
password="email_password"
server="mail.domain.com"
connection="conn1">
私は試してみcfmail
ましたが、動作しています。cfExchangeConnection
ColdFusion9 で動作させるにはどうすればよいですか?