Trying to use GoogleConnectorOAuth2 module in combination with EmailConnector module
0
Since google is phasing out support for legacy authentication methods (username/password) for apps and devices using SMTP, I am trying to use GoogleConnectorOAuth2 module to get an access token and pass it to the EmailConnector module. Is there any way I can do this without using a custom Java action?