MailService: Allow configuring AuthType.
This works around a broken mail server that claims to support CRAM-MD5, but then actually does not.
This commit is contained in:
parent
b46430ebe2
commit
ab211a93e8
@ -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