MBS Email Question

Can MBS send email to email accounts (like Microsoft's) that use the OAUTH2 for authentication and not the regular username + password?

(With no user interaction with authentication tokens)

Thanks in advance.

If you got the token, you can pass it with CURL.SetOptionXOAuth2Bearer function.

So still a manual step. I think that manual step is almost unavoidable.

Thanks for your reply.