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

37 lines
1.3 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>Проверка парсинга мыла АН КВС [joywork.1c@yandex.ru]</title>
</head>
<body>
<?php
/*ParseMailForClients::parseStats($mdb, [
'id_agent' => 11082, // АН Urban Property
'client_funnel_id' => 0, // Воронка: Общий список клиентов
'req_funnel_id' => 493, // Воронка: Дубай
'req_type_id' => 1, // Тип заявки: Подбор объекта
'source_name' => 'janashenjaFB', // Источник (словами)
'tag_name' => 'janashenjaFB', // Тег (словами)
'from_sender' => 'ivantest757@gmail.com', // Только от отправителя
'who_work_id' => 12429, // Ответственный: Иван Турчин
'telegram_id' => 12429, // Отправить уведомление: Иван Турчин
'mailbox' => [
'imap' => '{imap.yandex.ru:993/imap/ssl}INBOX',
'login' => "zaiavkijana@yandex.ru",
'password' => "omjziasrlmnukqsp", // Malena2020
'encoding' => "UTF-8",
],
'track_code' => 'last_checked_mail13_id', // ID для отслеживания в БД
]);*/
?>
</body>
</html>