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:
commit
ecee1b5025
@ -87,6 +87,7 @@ class MailService {
|
|||||||
$available_options = [
|
$available_options = [
|
||||||
'host' => 'Host',
|
'host' => 'Host',
|
||||||
'auth' => 'SMTPAuth',
|
'auth' => 'SMTPAuth',
|
||||||
|
'authtype' => 'AuthType',
|
||||||
'username' => 'Username',
|
'username' => 'Username',
|
||||||
'password' => 'Password',
|
'password' => 'Password',
|
||||||
'secure' => 'SMTPSecure',
|
'secure' => 'SMTPSecure',
|
||||||
|
Loading…
Reference in New Issue
Block a user