Microsoft is phasing out the login method in favour of oauth2 based auth for IMAP/POP connections in October of this year.Here’s the reference link below.
So the way we setup inbound emails/personal emails/bounce handling emails would change.
Does suitecrm will support that ? Kindly suggest.
I think the same thing will be happening for Gmail also, quite soon.
Try looking on Github for the correspondent issue regarding Gmail. There is some activity there. I think this is in the roadmap (has to be, really - we can’t lose Gmail and Exchange compatibility…).
@DJuser how can we use the OAUTH sections to setup inbound M365 email accounts to use modern authentication protocol (based on OAUTH2) instead of standard IMAP basic authentication. I can see this is supported as SugarCRM Microsoft connector on SugarCRM, does SuiteCRM have something similar?
Hi @DJuser ,
thank you for your feedback. I am aware of these sections in Administration part of CRM, but I think these 2 sections are used to setup OAuth for API exposed from SuiteCRM (incoming requests direction). If you want some client to be able to connect to SuiteCRM API you are setting OAuth options in this administration section.
What I am trying to do is setup all inbound email accounts to connect to Microsoft 365 using OAuth2 authentication, instead of standard IMAP basic authentication.
When looking at at available inbound email configuration options, we have following:
There is no option to enter the M365 authentication server endpoint or anything related to OAuth authentication for inbound emails. I can see Sugar has a Microsoft connector available, is something like this available as a plugin or a native SuiteCRM functionality:
Hi,
I am also facing this problem, how to be able to set up outgoing and incoming emails with office365, instead of the current SMTP with the new OAuth connection method.
It seems to me that in Sugar there is a possibility.
Will it be implemented soon in SuiteCRM as well?
Thanks
We are also looking for the functionality to configure O365 email addresses using modern authentication, Microsoft will disable IMAP basic authentication on 1 October 2022 and this will impact on many customers using Inbound email to case creation and campaigns.
We have configured Client ID and Client Secret in OAuth Keys but still no option available to use modern authentication in Inbound email configuration. (see below screenshot)
Can anyone have already worked on this and made this available on SuiteCRM.
I’m not sure how complex that would be, but I wonder if something simpler wouldn’t be achievable without a full “connector” that skips authentication in SuiteCRM.
Just some field for a key in the email configuration, so you can use the accounts as before! Shouldn’t be too hard…
I wouldn’t be sure that anyone in SalesAgility is going to be looking at this any time soon. My guess is that they will do so if pushed by one of their clients, if not, they will focus one of the other 1000 things on their work list. Fair enough.
This is the sort of thing that the Community can solve, people need to get together and try to find ways to make this work with tweaks to the existing code.
I wouldn’t think of this in terms of a “Connector”, or any fancy new functionality, I would just focus on the hurdle of getting OAUTH2 authentication to work. SuiteCRM uses something called PhpMailer, we probably need to add a special case in there at the moment it’s authenticating. Perhaps this will require some additional field on screen, in the UI. But it shouldn’t be terribly difficult.
People can get together and pay a developer for a few hours of work cracking this problem [not me, I’m not free at the moment].