mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°5102 - Allow to send emails using GSuite SMTP and OAuth - Fix errors on vendor name
This commit is contained in:
@@ -6,16 +6,8 @@ use League\OAuth2\Client\Provider\Google;
|
||||
|
||||
class OAuthClientProviderGoogle extends OAuthClientProviderAbstract
|
||||
{
|
||||
// /** @var string */
|
||||
// static protected $sVendorName = 'Google';
|
||||
// /** @var array */
|
||||
// static protected $sVendorColors = ['#DB4437', '#F4B400', '#0F9D58', '#4285F4'];
|
||||
// /** @var string */
|
||||
// static protected $sVendorIcon = '../images/icons/icons8-google.svg';
|
||||
//
|
||||
// static protected $sRequiredSMTPScope = 'https://mail.google.com/';
|
||||
// static protected $sRequiredIMAPScope = 'https://mail.google.com/';
|
||||
// static protected $sRequiredPOPScope = 'https://mail.google.com/';
|
||||
/** @var string */
|
||||
static protected $sVendorName = 'Google';
|
||||
|
||||
public function __construct($oOAuthClient, array $collaborators = [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user