CoffeeZombie
Javascript/JQuery 3.6.0 help [Self-Resolved]
I have to be missing something silly. The idea is there are three levels of cascading dropdowns: Categories have Subcategories and, depending on the combination of Category and Subcategory there's a list of Resolutions.
Razor CSHTML snippet:
Javascript:
Category -> Subcategory works fine.
Subcategory -> Resolution doesn't seem to fire at all and I'm lost to the reason why since it's a copy and paste job. Thank you in advance for your help.
Subcategory -> Resolution doesn't seem to fire at all and I'm lost to the reason why since it's a copy and paste job. Thank you in advance for your help.
2 replies
Microsoft, SMTP, and OAuth2.0 [Workaround proposed]
Less of a C# question and more of a Microsoft question:
MS has advised that they're deprecating SMTP basic auth starting October 1st.
(https://docs.microsoft.com/en-us/exchange/clients-and-mobile-in-exchange-online/deprecation-of-basic-authentication-exchange-online)
We have services sending automated emails using SMTP. There's no SMTP permission for the Office365 Exchange API and Graph doesn't have it available as an application permission (it's delegated only, meaning a user must be present, which defeats the purpose of automation)
So how are we supposed to send automated emails under the OAuth 2.0 paradigm?
8 replies