944,139 Members | Top Members by Rank

Ad:
  • PHP Discussion Thread
  • Unsolved
  • Views: 1032
  • PHP RSS
Jul 18th, 2007
0

mail function issue in php

Expand Post »
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
Similar Threads
Reputation Points: 5
Solved Threads: 5
Junior Poster
vssp is offline Offline
197 posts
since Jul 2006
Jul 18th, 2007
0

Re: mail function issue in php

You can use
php Syntax (Toggle Plain Text)
  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.
Reputation Points: 59
Solved Threads: 12
Junior Poster
MitkOK is offline Offline
142 posts
since Jul 2007
Jul 18th, 2007
0

Re: mail function issue in php

Grate excellent
super
Reputation Points: 5
Solved Threads: 5
Junior Poster
vssp is offline Offline
197 posts
since Jul 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in PHP Forum Timeline: php and mysql insert...where making me tear my hairs out!!! help!!!
Next Thread in PHP Forum Timeline: Urgent help on PHP arrays





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC