When configuring "Standard Email Plugin" and the "Credential type" is "OAuth Authentication", below errors may be encountered when clicking "TEST" button to send test email.
VCF Operations
Aria Operations
Error Type 1st: Failed to get OAuth2 access token. Status code: 404 Reason: Not Found
This error indicates that Aria Operations (VCF Operations) failed to obtain OAuth2 access token from the link filled in "Authorization URL".
The Status code: 404 means that the link in "Authorization URL" cannot be accessed.
Error Type 2nd: Email test error: 535 5.7.3 Authentication unsuccessful
This error indicates that Aria Operations (VCF Operations) failed to authenticate with mail server with the token obtained from Authorization Server.
e.g. Microsoft identity platform and OAuth 2.0 authorization code flow
In chapter "Request an access token with a client_secret", the "Authorization URL" should be filled as "https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token"