mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Bugfix: account sSmtpPassword was wrong
This commit is contained in:
parent
c61c3c6ce7
commit
089c229213
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ abstract class Account implements \JsonSerializable
|
||||||
|
|
||||||
public function SetSmtpPassword(string $sPassword) : void
|
public function SetSmtpPassword(string $sPassword) : void
|
||||||
{
|
{
|
||||||
$this->sSmtpLogin = $sPassword;
|
$this->sSmtpPassword = $sPassword;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function SetProxyAuthUser(string $sProxyAuthUser) : void
|
public function SetProxyAuthUser(string $sProxyAuthUser) : void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue