• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/classes/general/yandex.php
  • Класс: CMailYandex
  • Вызов: CMailYandex::query
static function query($query, $data)
{
	$http = new BitrixMainWebHttpClient();

	$response = $http->post($query, $data);

	$xml = new CDataXML();
	$xml->loadString($response);

	return $xml;
}