• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/classes/general/smtp.php
  • Класс: CSMTPServerHost
  • Вызов: CSMTPServerHost::Stop
function Stop($num)
{
	$this->num = $num;
	if(count($this->arClients)<=0)
		$this->_Stop();
	else
		$this->_stopAfterDisconnect = true;
}