Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

html formated email problem

Status
Not open for further replies.

duponty

Instructor
Oct 25, 2000
101
CA
Hi there,

I have this line

$content .= '<b>' .$form_mail[ $i ][ "text" ] .'</b>'. " \t:\n" . $value ."\n\n";

for the mail() function but the message I get is




<b>Name</b> :
gfyhf


any clues?

thanks
 
You need to read about how to create a mime conformant email message. The PEAR Mail module knows how, switch to that if you don't want to do it yourself.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top