Microsoft Bot Framework:Bot在使用Exchange电子邮件时不回复电子邮件

问题描述:

我有一个简单的漫游器上传到Azure.我已经为我的机器人配置了电子邮件连接器.当我使用Outlook.com电子邮件时,该漫游器将成功回复邮件.但是,当我使用域电子邮件来配置连接器时,该漫游器不会回复邮件.

I have a simple bot uploaded to Azure. I have configured an Email connector for my bot. When I use an Outlook.com email, the bot would successfully replies to messages. However, when I use a domain email to configure the connector, the bot does not reply to messages.

这使我相信bot连接器中的某个地方存在问题,只是不确定是什么问题.在网站的配置电子邮件"屏幕上成功验证了凭据,所以这不是问题.

This leads me to believe that there is an issue somewhere in the bot connector, just not sure what it is. Credentials were successfully validated on the Configure Email screen on the website, so that is not the issue.

我的问题:

  1. 有什么方法可以找出错误的根源吗?错误可能是什么?
  2. 此外,跟踪机器人中可能发生的错误的好方法是什么?
  3. 最后,当部署到Azure时,使用调试配置与发布进行开发和跟踪错误有什么好处?

更新,BotFramework Portal现在将状态显示为错误",但仍然没有错误原因的详细信息.

Update BotFramework Portal now shows status as "Error" but still no details on what the error is.

如果将鼠标悬停在错误"状态将显示特定的错误.

If you hover over the "Error" status is will display what the specific error is.