Hi again pinosh,
Thanks for your answer,
if I understand correctly the end of sendmail.php should read:
if(mail($TO, $SUBJECT, $message, “From:”.$yourname.” <”.$yourmail.”>/nReply-To: “.$yourmail.”/nReturn-Path: “.$yourmail.”/nMIME-Version:1.0
“. $content_type))
{
echo “<status message=‘sent’ />”;
mail($yourmail, $CONFIRMATION_SUBJECT, $CONFIRMATION_MESSAGE, “From:”.$CONFIRMATION_NAME.” <”.$CONFIRMATION_MAIL.”>/nReply-To: “.$CONFIRMATION_MAIL.”/nReturn-Path: “.$CONFIRMATION_MAIL.”/nMIME-Version:1.0
“.$content_type);
} else {
echo “<status message=‘error’ />”;
}
?>
?
#  /  posted on May 05, 2009





