i am using the code below:
mail($email, $subject, $message, "From: $emailfrom\nX-Mailer: PHP/" . phpversion());
it happens pretty often that people are not getting the emails sent from the script. are there any known issues with using the above code? why do some people not get my emails from the script? they even disable all their spam stuff and it still does not come through.
any help is MUCH appreciated!