pro_php thread: Problem in sending "Reply" in html format........
Hello Chong,
The header in your mail function should include the following code.
So when you click on reply, the original message is attached.
The header:
$header = "From: xyz@x...: text/html; charset=iso-8859-1
\nContent-Transfer-Encoding: 8bit\r\nReply-to:xyz@x...";
The mail function:
mail($to,$subject,$msg,$header);
This will help you
Harini
> Hi Everybody,
> I have email application in php. I can send/receive mails well in html
f> ormat. But while I click "REPLY", then I cannot get the original
message
i> n my message box. Please do help me.. urgent..
> Thanks
> Chong