mail function issue in php

Reply

Join Date: Jul 2006
Posts: 197
Reputation: vssp has a little shameless behaviour in the past 
Solved Threads: 5
vssp vssp is offline Offline
Junior Poster

mail function issue in php

 
0
  #1
Jul 18th, 2007
hi friends

I am using mail function to send message one user to another user in php application .

When i send the mail i got the html code with mail content .

example
X-Mailer: PHP/4.3.9
Message-Id: <200707242342454.CDF209301FD@mail.xxxxxxxxx.com>
Date: Wed, 18 Jul 2007 00:24:54 -0700 (MST)

Name : RAM<br><br>Message :<b>Test</b>

how to solve the issue
please help me
Thanks
VSSP
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 142
Reputation: MitkOK is an unknown quantity at this point 
Solved Threads: 12
MitkOK's Avatar
MitkOK MitkOK is offline Offline
Junior Poster

Re: mail function issue in php

 
0
  #2
Jul 18th, 2007
You can use
  1. mail($recipient, $subject, $message, "From:". $sender."\nContent-Type: text/html; charset=iso-8859-1");

- Mitko Kostov
Last edited by MitkOK; Jul 18th, 2007 at 6:37 am.
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 197
Reputation: vssp has a little shameless behaviour in the past 
Solved Threads: 5
vssp vssp is offline Offline
Junior Poster

Re: mail function issue in php

 
0
  #3
Jul 18th, 2007
Grate excellent
super
Thanks
VSSP
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC