diff --git a/sender.php b/sender.php index 2e88490..e444a19 100644 --- a/sender.php +++ b/sender.php @@ -22,23 +22,23 @@ -// $to = "lizatravel@icloud.com"; -// $subject = "Сочисто - новая заявка на форме"; +$to = "lizatravel@icloud.com"; +$subject = "Сочисто - новая заявка на форме"; -// $headers = "From: chisto@sochisto.ru\r\n"; -// // $headers .= "Reply-To: another-email@87lig687example.com\r\n"; -// $headers .= "CC: chisto@sochisto.ru\r\n"; -// $headers .= "BCC: e-max@bk.ru\r\n"; -// $headers .= "Content-Type: text/plain; charset=utf-8\r\n"; +$headers = "From: chisto@sochisto.ru\r\n"; +// $headers .= "Reply-To: another-email@87lig687example.com\r\n"; +$headers .= "CC: chisto@sochisto.ru\r\n"; +$headers .= "BCC: e-max@bk.ru\r\n"; +$headers .= "Content-Type: text/plain; charset=utf-8\r\n"; -// $mail_result = mail($to, $subject, $message, $headers); +$mail_result = mail($to, $subject, $message, $headers); -// if ($mail_result) { -// echo "Email успешно отправлен 📧"; -// } else { -// echo "Что-то пошло не так при отправке письма 🙁"; -// } +if ($mail_result) { + echo "Email успешно отправлен 📧"; +} else { + echo "Что-то пошло не так при отправке письма 🙁"; +} $conststxt = file_get_contents('consts.txt'); $consts = explode("\n", $conststxt); @@ -56,6 +56,7 @@ function sendTelegram($chat_id, $message, $apiToken) { $response = file_get_contents("https://api.telegram.org/bot$apiToken/sendMessage?".http_build_query($data)); }; +sendTelegram($owner, $message, $apiToken); sendTelegram($dev, $message, $apiToken); ?> \ No newline at end of file