in reply to Re^2: How can i create an email with table and data in body
in thread How can i create an email with table and data in body

Maybe it helps you tackle your problem better if you divide it into separate steps:

  1. Send a text-only mail (using MIME::Lite)
  2. Generate an HTML page as a file with the information you want (using a templating system)
  3. Use MIME::Lite to send the HTML file as the mail body

From how I understand your current post, it is not clear to me with which part you have problems.

  • Comment on Re^3: How can i create an email with table and data in body