Hi all,
I use a form to contact with an user and then I need to send data in my e-mail
My code is :
$myemail = "a@hotmail.com";
mail($myemail, $subject, $message, $from);
But when I run my site I take this warning
mail() [function.mail]: "sendmail_from" not set in php.ini or custom "From:" header missing in see in my e-mail I don't have new e-mail.
And when I see in my email box I don't have new.
Could someone help me ??
Thanks a lot