PHP Mail Question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Lukefeds
Forum Newbie
Posts: 1
Joined: Wed May 24, 2006 12:59 pm

PHP Mail Question

Post 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.
User avatar
PrObLeM
Forum Contributor
Posts: 418
Joined: Sun Mar 07, 2004 2:30 pm
Location: Mesa, AZ
Contact:

Post by PrObLeM »

you can use mail() ( http://www.php.net/mail ) then you can send html in the message
Flamie
Forum Contributor
Posts: 166
Joined: Mon Mar 01, 2004 3:19 pm

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