Отправляет через часа 3. а иногда и вообще не отправляет. в спаме нету. а месяца 3 назад летало. воть код Код (PHP): <?php if (isset($_POST['phone'])) {$phone = $_POST['phone'];} if (isset($_POST['name'])) {$name = $_POST['name'];} if (isset($_POST['email'])) {$email = $_POST['email'];} if (isset($_POST['type'])) {$type = $_POST['type'];} $address = "zayavki14@list.ru"; $mes = "Тема: Заказ!\nТелефон: $phone\nИмя: $name\nE-mail: $email\nТариф: $type"; $sub='Заказ с сайта'; $email='<yourdomen.ru>'; $send = mail ($address,$sub,$mes,"Content-type:text/plain; charset = utf-8\r\nFrom:$email"); ini_set('short_open_tag', 'On'); header('Refresh: 3; URL=index.html'); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="refresh" content="3; url=index.html"> <title>С вами свяжутся</title> <meta name="generator"> <style type="text/css"> body { url(img/zakaz.jpg) center no-repeat; } </style> <script type="text/javascript"> setTimeout('location.replace("/index.html")', 3000); </script> </head> </body> </html>