Joywork/cron/testMail8.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>Проверка парсинга мыла [leadgen.dubai@gmail.com]</title>
</head>
<body>
<?php
/*ParseMailForClients::parseStats($mdb, [
'id_agent' => 11082, // АН Urban Property
'client_funnel_id' => 0, // Воронка: Общий список клиентов
'req_funnel_id' => 494, // Воронка: Турция
'req_type_id' => 1, // Тип заявки: Подбор объекта
'source_name' => 'turkeyYanaEva', // Источник (словами)
'tag_name' => 'turkeyYanaEva', // Тег (словами)
'who_work_id' => 12429, // Ответственный в заявках: Липко Юлия
'mailbox' => [
'imap' => '{imap.yandex.ru:993/imap/ssl}INBOX',
'login' => "zaiavkijana@yandex.ru",
'password' => "wxvyxrqvpjskwhdv", // Malena2020
'encoding' => "UTF-8",
],
'track_code' => 'last_checked_mail11_id', // ID для отслеживания в БД
]);*/
?>
</body>
</html>