Can any one tell me what the value of using this statement.

mail($email, $subject, $message, "From: $from\nX-Mailer: PHP/" . phpversion());

vs this statement

mail($recipient, $subject, $msg, $mailheaders);

considering all variables are defind in the script

Reply via email to