Send email from Office365 using other authentication than basic

0
Hello,   Microsoft announced that they will be abandoning basic authentication support for sending emails using Office365 (first in September of 2020 but due to the pandamic the moved up their schedule to somewhere in 2021). More information can be found here: https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-auth-and-exchange-online-february-2020-update/ba-p/1191282# We are currently sending emails from our Mendix application using the EmailTemplate module from the appstore and we are using basic authentication. Does anyone know how we can keep sending emails from our Mendix application while using another authentication method than basic? Any help would be appreciated.   Kind regards,   Mart Busger op Vollenbroek
asked
1 answers
0

The code for the module will need to be adapted to allow for the new authentication.

See: https://stackoverflow.com/questions/39590566/oauth2-for-office365-rest-api-for-java-application

and https://docs.microsoft.com/en-us/graph/tutorials/java

This is currently not supported OOTB

answered