Hi, thats the strange thing i did set the FROM part
I have a table in my-sql where all the data is in the code above this i make a connection to the database and collect the info i need to send the mails.
if ($email != '') {
$msg = "Beste $voorn, je hebt de komende dagen een bijeenkomst\n\n";
$msg .= "Wat : $naam\n";
$msg .= "Datum : $datum\n";
$msg .= "Tijd : $tijd\n";
$msg .= "Plaats: $plaats\n";
$msg .= "Ruimte: $ruimte\n\n";
$msg .= "Opm. : $opmerk\n\n";
$msg .= "Mensen ik ben aan het testen met dit systeem.\n";
$msg .= "Niet boos of verdrietig worden als er een mailtje dubbel komt ;-) \n";
$msg .= "Dit bericht wordt 2 dagen van te voren verzonden, laat ff weten of dat goed is.";
$receipient = $email;
$subject = "Op $datum $tijd, $naam (dit bericht is automatisch verzonden)";
$mailheaders = "From: info@myplace.nl <> \n";
$mailheaders .= "Reply-To: me@myplace.nl\n\n";
mail($receipient, $subject, $msg, $mailheaders);
$tempnaam .= ", " . $naamcompl;
$rows = $rows + 1;
//echo($msg . "<br>");
} //if
I the qmail log is this strange enough
2007-06-21 18:00:01.986275500 new msg 1689654
2007-06-21 18:00:01.986280500 info msg 1689654: bytes 323 from <anonymous@xxxxxxx.com> qp 32111 uid 102
2007-06-21 18:00:02.109099500 starting delivery 93875: msg 1689654 to remote xxxxxx@xxxxxxx.nl
2007-06-21 18:00:02.109105500 status: local 0/10 remote 3/20
2007-06-21 18:00:02.189665500 new msg 1690364
2007-06-21 18:00:02.189671500 info msg 1690364: bytes 651 from <anonymous@xxxxxx.com> qp 32117 uid 102
2007-06-21 18:00:02.200190500 starting delivery 93876: msg 1690364 to remote xxxxx@xxxxx.nl
2007-06-21 18:00:02.200196500 status: local 0/10 remote 4/20