I am using the Email Extension plugin in my Jenkins and sending e-mail notifications.
I am using my SMTP server with TLS enabled and need to authenticate the SMTP server via username and password to leverage services.
Today I received a note from my Outlook admin team saying that the primary authentication in Exchange Online is being disabled (https://learn.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online) and I need to switch to the modern authentication mention (OAuth 2.0 token-based authorization).
Does this e-mail extension plugin support modern authentication mention (OAuth 2.0 token-based authorization?