Amadou Coumba a écrit :
Can anyone help me on my mail function ? I have a problem with this mail function that displays HTML code not a text.
Here is the mail function: function sendMail($To,$Subject,$Message,$Name, $From) { mail($To,$Subject,$Message,$Name,"From: $Name <$From> \nReply-To:<$From> \nContent-Type: text/html; charset=us-ascii"); }
Please use a PHP help mailing list: http://www.php.net/mailing-lists.php