N°3169 - Add feature to connect Gsuite mail box with OAuth

N°2504 - Add feature to connect Office mail box with OAuth2 for Microsoft Graph
 * Fix legacy mailboxes compatibility
This commit is contained in:
Eric Espie
2022-05-25 08:21:16 +02:00
parent 754946bf62
commit 622f40c06c
4 changed files with 18 additions and 23 deletions

View File

@@ -43,7 +43,7 @@ class EMail implements iEMail
public function __construct()
{
$this->oMailer = EmailFactory::GetMailer($this);
$this->oMailer = EmailFactory::GetMailer();
}
/**