Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_php thread: Problem in sending "Reply" in html format........


Message #1 by "chong" <chong_2002sg@y...> on Wed, 5 Jun 2002 03:05:40
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

  Return to Index