Forum Discussion
VJ87SAKLANI
Dec 14, 2024Copper Contributor
facing issue in reading the email from office365
We are creating the process to auto read the unread emails from inbox. Process is working fine with our and other domains mail server but when we are using the client email address (office365 email s...
Kidd_Ip
Nov 29, 2025MVP
Below items you may fix first:
- AuthMethods.Login is basic auth. Office 365 rejects this.
- Setting ssl=true fails because the server expects TLS with OAuth tokens, not a raw password.