Re: [PHP] Please help me

2007-01-02 Thread Anju Prasad
uot;.'From:'.$sitename."*\n*".'return-path:'.$from; On 1/2/07, Stut <[EMAIL PROTECTED]> wrote: Please don't reply to me directly. Always include the list in replies. Anju Prasad wrote: > Headers i am using: > $headers = "MIME-Version: 1.0*\r\n*

Re: [PHP] Please help me

2007-01-02 Thread Anju Prasad
actually this problem i am getting only when sending mail in gmail, otherwise everywhere its coming correctly and fine On 1/2/07, Anju Prasad < [EMAIL PROTECTED]> wrote: Headers i am using: $headers = "MIME-Version: 1.0*\r\n* Content-type: text/html;charset=iso-8859-1*\r\n*Conte

Re: [PHP] Please help me

2007-01-02 Thread Anju Prasad
I am doing that but still not getting any fruitful results. On 1/2/07, zoticaic <[EMAIL PROTECTED]> wrote: -- > My Seeding Blog | http://bytes.nullp0inter.com > Hire me as Freelancer | http://www.getafreelancer.com/affiliates/shockx/ > -Original Message----- > From: A

[PHP] Please help me

2007-01-02 Thread Anju Prasad
When I send a mail using php using mail(), and using html tags in message body , these tags are being displayed as it is. Please let me know if there's any way of how to tackle with this.