Microsoft Bot Framework: Bot not replying to email when using Exchange Email

痴心易碎 提交于 2019-12-12 04:27:39

问题


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.

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.

My questions:

  1. Is there any way to track down what the error might be? What could the error be?
  2. Also, what's a good practice to track errors that might be occurring in the bot?
  3. Lastly, when deploying to Azure, are there any benefits to using the debug configuration vs release for development and tracking errors?

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


回答1:


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



来源:https://stackoverflow.com/questions/36614751/microsoft-bot-framework-bot-not-replying-to-email-when-using-exchange-email

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!