Page 1 of 1

Sending html mail

Posted: Sat Jul 19, 2003 1:22 am
by mathewvp
Could someone show me how to send html mails.I want to send html pages containing pictures as regular mail not as attachment.

Posted: Sat Jul 19, 2003 4:25 am
by Fredix
http://www.php.net/manual/en/function.mail.php
-here you learn how to use the mail() function

http://www.php.net/mail
-read through the user comments here (there is one exactly telling you want you want and even more)

Thanks

Posted: Sat Jul 19, 2003 5:24 am
by mathewvp
Thanks Fredix for the link you supplied.That helped me a lot