don't pass a smtp password to setCredentials

Password is not needed at the moment and passing it seams to create problems when sending mails
This commit is contained in:
cm-schl 2024-05-13 17:25:46 +02:00
parent 1f5613b504
commit 2786485de2

View file

@ -220,10 +220,9 @@ class LdapMailAccounts
$sEmail,
$sUsername,
$sPass,
$sUsername,
$sPass
$sUsername
);
$aAccounts[$sEmail] = $oNewAccount->asTokenArray($oAccount);
}