• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/posting/sender.php
  • Класс: BitrixSenderPostingSender
  • Вызов: Sender::canSendMessageToRecipient
protected function canSendMessageToRecipient($recipient) : bool
{
	return (
		$recipient['CONTACT_CONSENT_STATUS'] === ContactTable::CONSENT_STATUS_ACCEPT ||
		!$this->needConsent()
	);
}