• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/classes/general/smtp.php
  • Класс: CSMTPServerHost
  • Вызов: CSMTPServerHost::__construct
public function __construct($server, $arFields)
{
	$this->server = $server;
	$this->arFields = $arFields;

	$this->arClients = array();
	$this->arClientsIndex = array();
	$this->lastClientId = -1;
}