A message that you sent contained one or more recipient addresses that were
incorrectly constructed:
imie i nazwisko: missing or malformed local part (expected word or "<")
This address has been ignored. The other addresses in the message were
syntactically valid and have been passed on for an attempt at delivery.
------ This is a copy of your message, including all the headers. ------
To: imie i nazwisko
Subject: Wiadomosc ze strony www
X-PHP-Script: .../xmlHttpRequest.php for numer IP From: 1 <1>
From: 1 <admin>
To: <adres e-mail>
Message-Id: <E1QTINU-0003ML-domena>
Date: Sun, 05 Jun 2011 20:48:48 +0200
treść maila
test
zwykły formularz wywołuje skrypt:
<head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" /> </head> <?php // Change the 4 variables below $yourName = 'xxx'; $yourEmail = 'xxxxxl'; $yourSubject = 'Wiadomosc ze strony www'; $referringPage = 'xxxxxxxx'; // No need to edit below unless you really want to. It's using a simple php mail() function. Use your own if you want function cleanPosUrl ($str) { } { $to = $yourEmail; $subject = $yourSubject.': '.$_POST['posRegard']; $message = cleanPosUrl($_POST['posText']); $message = "Content-type: text/html; charset=iso-8859-2" . "\r\n"; $headers .= "From: ".cleanPosUrl($_POST['posName'])." <".$_POST['posEmail'].">\r\n"; $headers .= 'To: <'.$yourEmail.'>'."\r\n"; if ( @$mailit ) { } else { } } ?>