Letters do not leave

dobs

New member
Joined
Aug 13, 2007
Messages
2
In replacements I get such letter on main accaunt

Code:
A message that you sent contained no recipient addresses, and therefore no
delivery could be attempted.

------ This is a copy of your message, including all the headers. ------

To:
Subject: ASP Perl PHP JavaScript - Обратная связь
Content-Type: text/plain; charset=windows-1251
X-Priority: 3
From: "dobs" <[email protected]>
Reply-To: [email protected]
Message-Id: <[email protected]>
Sender: <[email protected]>
Date: Mon, 13 Aug 2007 20:39:14 +0300



ASP Perl PHP JavaScript - Обратная связь

Имя отправителя: dobs
E-Mail отправителя: [email protected]

Сообщение: demo from dobs

IP: 82.207.***.***
User agent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.8.1.3) Gecko/20070417 Fedora/2.0.0.3-4.fc7 Firefox/2.0.0.3
 
The To: address is blank. You have to send the message to someone. How did you create the message?

Jeff
 
PHP:
<?php

$title = ('Test mail');
$mess = ('Hello World!');
$to = ('dobs[@]bk.ru');  // [@] - @
$headers = 'From: [email protected]';
mail($to, $title, $mess, $headers);
echo("Mail send!");



?>


mail in admin account



This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

[email protected]
(ultimately generated from [email protected])
SMTP error from remote mail server after MAIL FROM:<[email protected]> SIZE=1824:
host mxs.mail.ru [194.67.23.20]: 550 Unrouteable address

------ This is a copy of the message, including all the headers. ------

Return-path: <freephp[dog]utel17.besthosting.com.ua>
Received: from freephp by utel17.besthosting.com.ua with local (Exim 4.60)
(envelope-from <freephp[dog]utel17.besthosting.com.ua>)
id 1IVYOJ-0002LR-6H
for webmaster[dog]free-php.net.ru; Wed, 12 Sep 2007 23:00:51 +0300
To: webmaster[dog]free-php.net.ru
Subject: ASP Perl PHP JavaScript - Обратная связь
Content-Type: text/plain; charset=windows-1251
X-Priority: 3
From: "dobs" <webmaster[dog]free-php.net.ru>
Reply-To: webmaster[dog]free-php.net.ru
Message-Id: <E1IVYOJ-0002LR-6H[dog]utel17.besthosting.com.ua>
Sender: <freephp[dog]utel17.besthosting.com.ua>
Date: Wed, 12 Sep 2007 23:00:51 +0300



ASP Perl PHP JavaScript - Обратная связь

Имя отправителя: dobs
E-Mail отправителя: webmaster[dog]free-php.net.ru

Сообщение: dobs[dog]bk.ru
 
It appears your server is accepting email for [email protected] and is following a forward rule to relay it to [email protected]. The error 550 unrouteable address probably means that you don't have working caching DNS on the server to find the address of free-php.net.ru.

Jeff
 
Back
Top