N°5102 - Allow to send emails using GSuite SMTP and OAuth - Add comment in configuration

This commit is contained in:
Eric Espie
2022-07-01 14:32:44 +02:00
parent 104beff158
commit 1b8e48539d

View File

@@ -509,7 +509,7 @@ class Config
),
'email_transport' => array(
'type' => 'string',
'description' => 'Mean to send emails: PHPMail (uses the function mail()) or SMTP (implements the client protocol)',
'description' => 'Mean to send emails: PHPMail (uses the function mail()), SMTP (implements the client protocol) or SMTP_OAuth (connect to the server using OAuth 2.0)',
'default' => "PHPMail",
'value' => "PHPMail",
'source_of_value' => '',