Re: [PHP] Send html email

2002-05-12 Thread Jason Wong
On Sunday 12 May 2002 08:45, Michael Geier wrote: > While I understand the necessity in not answering every question that a > newbie may post, a more pleasant approach would have been: > > "the following is documented at > http://www.php.net/manual/en/function.mail.php"; or > "see the Content-Type

Re: [PHP] Send html email

2002-05-12 Thread Thomas Seifert
On Sun, 12 May 2002 00:07:57 -0500 (CDT) [EMAIL PROTECTED] (Miguel Cruz) wrote: > On Sat, 11 May 2002, Alex Shi wrote: > > Thanks for all of you who answered my question. But another of > > my stupid question is: what is RTFM? > > RTFM == Read The Flurking Manual Or Read the fine manual (or r

Re: [PHP] Send html email

2002-05-11 Thread Miguel Cruz
On Sat, 11 May 2002, Alex Shi wrote: > Thanks for all of you who answered my question. But another of > my stupid question is: what is RTFM? RTFM == Read The Flurking Manual miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Send html email

2002-05-11 Thread Alex Shi
Thanks for all of you who answered my question. But another of my stupid question is: what is RTFM? Alex "Michael Geier" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > While I understand the necessity in not answering every question that a newbie > may post,

Re: [PHP] Send html email

2002-05-11 Thread Michael Geier
While I understand the necessity in not answering every question that a newbie may post, a more pleasant approach would have been: "the following is documented at http://www.php.net/manual/en/function.mail.php"; or "see the Content-Type: header for instructions on how to do this". Do you th

Re: [PHP] Send html email

2002-05-11 Thread Liam MacKenzie
RTFM http://www.php.net/manual/en/function.mail.php - Original Message - From: "Alex Shi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, May 12, 2002 10:00 AM Subject: [PHP] Send html email Hi! How can I send a html email with just the build-in function mail()? Is this r

Re: [PHP] Send html email

2002-05-11 Thread Nookie
On Sunday 12 May 2002 02:00, Alex Shi wrote: > Hi! > > How can I send a html email with just the build-in function mail()? > Is this required to put some infomation in "header" field? Thanks > in advance! > > Alex mail("[EMAIL PROTECTED]",$subject,$content,"Content-type: text/html"); Greeitngs,