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