in reply to sending an email using sendmail so that it looks like a webpage and not html

If I read your question right your seeing the HTML source when you send through sendmail not the rendered HTML correct?

The solution to this is not really perl related, you need to add a Content-Type: text/html; headder to your message.
  • Comment on Re: sending an email using sendmail so that it looks like a webpage and not html
  • Download Code