Solved Configuration file location where Basic Authentication happens?
-
Hi Everyone,
First of all: I love this tools. Shout out to the amazing developers who created this open-source project.
I am stuck in a problem while configuring my helpdesk:
I'm using Office 365 email and since Jan 2023, Microsoft has stopped support for Basic Auth (irrespective of IMAP/SMTP enabled in Microsoft or getting the app password to authenticate as mentioned in UVDesk blogs).I believe using Microsoft's Graph API is the only solution.
I can integrate the Graph API authentication but unable to find the file in UVDesk which handles these actions.I am looking for:
- File in UVDesk which authenticate a configured Swift Mailer SMTP and send the emails.
- File in UVDesk which authenticate a configured mailbox and does the IMAP basic auth to access the emails.
- Any other file that would necessary to edit to achieve what I'm looking for.
Any lead would be very helpful.
PS: I would be happy to share the edits I made with the community for others looking for same solution.
Thanks
-
@cluster ,
We have already noticed this microsoft office 365 error in swiftmailer and mailbox option.
So we have added a neccessary changes with added new feature of MS-apps in our opensource uvdesk. But it is not an official release for this feature. We have added in v-1.2.x-dev uvdesk.
If you can install the v-1.2.0 project using the below command:
$ composer create-project uvdesk/community-skeleton:dev-master;
We would request you try the new updates and let us know if you come across any notable issues which we can address right away during our testing phase.
-
@cluster ,
We have already noticed this microsoft office 365 error in swiftmailer and mailbox option.
So we have added a neccessary changes with added new feature of MS-apps in our opensource uvdesk. But it is not an official release for this feature. We have added in v-1.2.x-dev uvdesk.
If you can install the v-1.2.0 project using the below command:
$ composer create-project uvdesk/community-skeleton:dev-master;
We would request you try the new updates and let us know if you come across any notable issues which we can address right away during our testing phase.
-
peopleinside