$mailfrom = $email; $header = "From: $mailfrom\r\nReply-To: $mailfrom\r\n"; mail($mailto,$subject,$body,$header);