PHP Mail Question
Moderator: General Moderators
PHP Mail Question
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.
you can use mail() ( http://www.php.net/mail ) then you can send html in the message
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
its very well done
viewtopic.php?p=260860