BarryGBrown wrote:
> I have a php file which generates an email from a form
in a website I have
> designed. I just want to make some areas of the final
generated email in bold
> text. I know if people have plain text only selected in
their email client they
> won't see the bold text, but at least it will reach a
certain percentage of
> users.
The PHP mail() function sends plain text only.
> I am a beginner with this php stuff, please be kind!
The best advice to a PHP beginner is to start learning to
read the
online documentation. Although the mail() function sends
plain text
only, there is an example in the documentation that shows you
how to
send an HTML email:
http://docs.php.net/manual/en/function.mail.php
The problem with the PHP online documentation is that it's
huge -
definitely not something you could sit down and try to read
from end to
end. However, whenever you come across a new function, it's
always a
good idea to look it up. You'll find a lot of helpful
examples there.
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/