As phpList use PHPMailer, is it possible to connect it with Gmail Api
I’ve create Google Credentials for this project and configure lists/admin/PHPMailer/get_oauth_token.php
$redirectUri = ‘http://mysite/lists/admin/PHPMailer/get_oauth_token.php’;
$clientId = ‘my_Id’;
$clientSecret = 'my_Secret;
If somebody of you already made it work it would be great to share how.
Thanks to all.
Slavko