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
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
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
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