mirror of
https://framagit.org/framasoft/framadate/framadate
synced 2026-08-03 14:52:13 +00:00
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
f9e39bf6ed
commit
64bd0ea66f
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ class MailService {
|
|||
$available_options = [
|
||||
'host' => 'Host',
|
||||
'auth' => 'SMTPAuth',
|
||||
'authtype' => 'AuthType',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'secure' => 'SMTPSecure',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue