Is there a solution to connecting incoming/outgoing mail connectors in Odoo(15) now that Office 365 has discontinued IMAP & POP servers?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
3
回覆
2202
瀏覽次數
You need to implement OAuth with Microsoft (or Google if using Gmail).
It was implemented in all supported versions 14-16, I wrote a blog article which should help.
Implementing OAuth with Outlook or Gmail in Odoo (openusersystems.com)
You need to get the 'microsoft_outlook' & updated 'fetchmail' module from the Odoo core files & install/update your installation. This is what cured the problem for me.
I also interested in solution