Has anybody successfully used OAuth2 to send SMTP email vie GMail Server using SMTPClient in PB22?
I have created a GMail app password and have downloaded a JSON file which contains my client_id, client_secret, auth_uri, token_uri, etc.
I need to learn how to use this to set up a TokenRequest to obtain the needed SmtpClient.XOAuth2AccessToken.
Help anybody...