I am little newbie in this PHP programming.. so parden me if I sounds noob..
You mean this right?
$headers = "MIME-Version: 1.0;\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1;\r\n";
$headers .="From: ".$from;
mail($toEmail, $subject, $message, $headers);
mail("
[email protected]", $subject, $message, $headers);
Well problem is when this reply inserted in database and displayed on website..
when I forward the reply like in above code.. it works fine..
but just dont show properly..
If you want to test it out. can you please go to
helpdesk.rakesh.in/index.php
register and reply once and than reply via email.. and check it on website.. you will see all new lines removed..
English is not my first language so parden me if I am unclear