mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
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:
parent
1f5613b504
commit
2786485de2
1 changed files with 2 additions and 3 deletions
|
|
@ -220,10 +220,9 @@ class LdapMailAccounts
|
|||
$sEmail,
|
||||
$sUsername,
|
||||
$sPass,
|
||||
$sUsername,
|
||||
$sPass
|
||||
$sUsername
|
||||
);
|
||||
|
||||
|
||||
$aAccounts[$sEmail] = $oNewAccount->asTokenArray($oAccount);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue