Joywork/cron/testMail12.php
2026-05-22 21:21:54 +03:00

35 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
set_time_limit(0);
require_once($_SERVER['DOCUMENT_ROOT']."/config.php");
ini_set('display_errors', 1);
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE);
?>
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Проверка парсинга мыла CARUSO [carusoan@yandex.ru]</title>
</head>
<body>
<?php
ParseMailForClients::parseStats($mdb, [
'id_agent' => 14453, // АН BRG
'client_funnel_id' => 0, // Воронка: Клиенты
'req_funnel_id' => 836, // Воронка: Новостройки
'req_type_id' => 1, // Тип заявки: Подбор объекта
'source_name' => 'Лиды 1', // Источник (словами)
'tag_name' => 'новостройка', // Тег (словами)
'who_work_id' => 14453, // Ответственный в заявках: Богдушин Дмитрий Алексеевич
'mailbox' => [
'imap' => '{imap.yandex.ru:993/imap/ssl}INBOX',
'login' => "bogdushin-d@yandex.ru",
'password' => "todkdoqhldunkndt",
'encoding' => "UTF-8",
],
'track_code' => 'last_checked_mail15_id', // ID для отслеживания в БД
]);
?>
</body>
</html>