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:
Kevin Kofler 2021-04-20 18:52:39 +02:00
parent b46430ebe2
commit ab211a93e8
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',