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 = [
|
||||
'host' => 'Host',
|
||||
'auth' => 'SMTPAuth',
|
||||
'authtype' => 'AuthType',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'secure' => 'SMTPSecure',
|
||||
|
Loading…
Reference in New Issue
Block a user