Hi guys, I'm trying to send the contents of a form thru the php script
under this message, but I'm not receiving the message itself, I just
receive the message in blank. Just with the subject and the from.
Does anybody know what the problem is?
Thanks for the help, Rodrigo
 
 
 
 
<?php
     $Destino = " <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]";
     $Remetente = "$name <$email>";
     $Assunto = "Form Domain.com";
     $Mensagem = $coments;
     mail($Destino,"$Assunto",$Mensagem,"From:$Remetente\n");
     header("Location:http://www.domain.com/success.htm";);
?>


Reply via email to