Binary package “libmime-lite-html-perl” in ubuntu mantic

Transform HTML page into MIME email

 Mime::Lite::Html provides an interface for sending message that supports HTML
 format and builds it for you. This is useful to transform HTML pages into MIME
 email like that:
 .
  * Get the page with LWP if needed
  * Parse page to find included images and objects (gif, jpg, flash)
  * Attach them to mail with proper header
  * Include external CSS and Javascript files
  * Replace relative urls with absolute ones
  * Build the MIME email with any parts found