mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 15:22:17 +02:00
N°5102 - Allow to send emails using GSuite SMTP and OAuth - Fix log
This commit is contained in:
@@ -698,7 +698,7 @@ abstract class LogAPI
|
|||||||
|
|
||||||
if (isset($sLogLevelMin[static::CHANNEL_DEFAULT]))
|
if (isset($sLogLevelMin[static::CHANNEL_DEFAULT]))
|
||||||
{
|
{
|
||||||
return $sLogLevelMin[$sChannel];
|
return $sLogLevelMin[static::CHANNEL_DEFAULT];
|
||||||
}
|
}
|
||||||
|
|
||||||
return static::LEVEL_DEFAULT;
|
return static::LEVEL_DEFAULT;
|
||||||
|
|||||||
@@ -1,2 +1,5 @@
|
|||||||
# Extension OAuth 2.0 client
|
# Extension OAuth 2.0 client
|
||||||
|
|
||||||
|
## GMail
|
||||||
|
|
||||||
|
If the account is in test, after 7 days the tokens are no longer valid, you have to renew the tokens manually.
|
||||||
|
|||||||
Reference in New Issue
Block a user