mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Display BCC field in sent mail.
This commit is contained in:
parent
4a153a59c1
commit
f7106f375c
5 changed files with 114 additions and 17 deletions
|
|
@ -140,7 +140,7 @@ class SmtpClient extends \MailSo\Net\NetClient
|
|||
/**
|
||||
* @param string $sServerName
|
||||
* @param int $iPort = 25
|
||||
* @param string $sEhloHost = '127.0.0.1'
|
||||
* @param string $sEhloHost = '[127.0.0.1]'
|
||||
* @param int $iSecurityType = \MailSo\Net\Enumerations\ConnectionSecurityType::AUTO_DETECT
|
||||
*
|
||||
* @return \MailSo\Smtp\SmtpClient
|
||||
|
|
@ -149,7 +149,7 @@ class SmtpClient extends \MailSo\Net\NetClient
|
|||
* @throws \MailSo\Net\Exceptions\Exception
|
||||
* @throws \MailSo\Smtp\Exceptions\ResponseException
|
||||
*/
|
||||
public function Connect($sServerName, $iPort = 25, $sEhloHost = '127.0.0.1',
|
||||
public function Connect($sServerName, $iPort = 25, $sEhloHost = '[127.0.0.1]',
|
||||
$iSecurityType = \MailSo\Net\Enumerations\ConnectionSecurityType::AUTO_DETECT)
|
||||
{
|
||||
$this->iRequestTime = microtime(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue