in reply to email output using HTML format.

You need a mail header for Content-type probably set to text/html, or preferably include your html along with plain text in a multi-part message. This tells the receiving MUA to render the mail in the most appropriate local format. For now something like the following might work:
Content-type: text/html
printed in the header section of your email. You will also want to throw an encoding in there.

Replies are listed 'Best First'.
Re^2: email output using HTML format.
by Anonymous Monk on May 09, 2005 at 19:01 UTC
    It now works but please explain or give an example of throwing an encoding in there.