If you are intending to send HTML email you must set the appropriate
mime-type in the header.
And the rest ;) It's pretty hard to get it all working properly.
I'd suggest the OP check out http://phpmailer.sourceforge.net/
It does most of the work for you.
--
Postgresql & php tutorials
http:
Kuldip Mond wrote:
Hi,
I am looking to send a HTML page via a PHP script.
The currentl method I use is :
mail($email,"Kuldip Test email for multiple reciptient -
$coursename - $coursedate","
TEST
", "FROM: $adminemail");
However I can not see how to send H
Might want to put a small bit of effort in first...
http://us.php.net/manual/en/function.mail.php
Example 1075
""Kuldip Mond"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,
I am looking to send a HTML page via a PHP script.
The currentl method I use is :
mail(
3 matches
Mail list logo