Merge branch 'smtp-authtype-1.1.x-backport' into 'v1.1.x'

[1.1.x backport] MailService: Allow configuring AuthType.

See merge request framasoft/framadate/framadate!484
This commit is contained in:
Thomas Citharel 2021-04-21 18:09:22 +00:00
commit ecee1b5025
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ class MailService {
$available_options = [
'host' => 'Host',
'auth' => 'SMTPAuth',
'authtype' => 'AuthType',
'username' => 'Username',
'password' => 'Password',
'secure' => 'SMTPSecure',