• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/sender/mail/transportmail.php
  • Класс: Bitrix\Sender\Integration\Sender\Mail\TransportMail
  • Вызов: TransportMail::getSupportedRecipientTypes
public function getSupportedRecipientTypes()
{
	return array(Recipient\Type::EMAIL);
}