Page 1 of 1

PHP Mail Question

Posted: Wed May 24, 2006 1:02 pm
by Lukefeds
This is really a basic question but I was hoping for a bit of help. I had previously setup a nice mail form in ASP and now I am having to switch over to PHP. The admin was using form_mail and what was being sent to the users was a very ugly format. I am looking for something in PHP that can format the emails, possibly just in regular HTML, so that they are much more friendly on the eyes. Again, I realize this is a basic question but any help in this matter would be huge.

Posted: Wed May 24, 2006 1:13 pm
by PrObLeM
you can use mail() ( http://www.php.net/mail ) then you can send html in the message

Posted: Wed May 24, 2006 1:18 pm
by Flamie
Or if you're looking for something fancy (but a little more advanced) check out d11wtq's advanced php mail class!
its very well done :)
viewtopic.php?p=260860