[PHP-WIN] Re: HTML email marketing tool

2002-11-12 Thread Manuel Lemos
Hello, On 11/12/2002 03:12 AM, Terence ng wrote: > Could someone provide me an HTML email marketing > (mailing list) script that allow me to capture the > prospects' email list from MySQL and send HTML email > through Windows 2000, IIS (Internet Information > Server)? The scripts I can find are ei

[PHP-WIN] Re: HTML email marketing tool

2002-11-12 Thread neil smith
The PHP mail() functtion csan send any ttype of email - to send HTML mail you need to supply a header of type text/html rather than text/plain. There are some mail classes with documentation, which you can use to send HTML (MIME) mail, mail with file attachments etc, here : http://www.phpbuilde

[PHP-WIN] Re: html email

2002-10-14 Thread Omar Campos
just add headers to your mail. Like this: including html tags"; $to = "[EMAIL PROTECTED] mail($to, $Subject, $msg, $headers); ?> "Dennis Philpot" <[EMAIL PROTECTED]> escribió en el mensaje [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi im quite a n00b, but i get some data out of the database a

[PHP-WIN] Re: html email

2002-10-14 Thread Manuel Lemos
Hello, On 10/14/2002 09:25 AM, Dennis Philpot wrote: > Hi im quite a n00b, but i get some data out of the database and now i want > to send an HTML - Email with all tag lik ... > > someone knows help > > its an windows xp iis 5.0 with php install and an access db You just need to set the Con