luistsousa
Technical User
Hi
I try to send a email with a very simple code from a form, like :
$email = $_REQUEST['email'] ;
$message = $_REQUEST['message'] ;
mail( "luistsousa@hotmail.com", "Feedback Form Results",
$message, "From: $email" );
but the email don't arrive to the destination.
My php.ini have the field SMTP=localhost.
Can anybody help me?
Thanks
Luis
I try to send a email with a very simple code from a form, like :
$email = $_REQUEST['email'] ;
$message = $_REQUEST['message'] ;
mail( "luistsousa@hotmail.com", "Feedback Form Results",
$message, "From: $email" );
but the email don't arrive to the destination.
My php.ini have the field SMTP=localhost.
Can anybody help me?
Thanks
Luis