HTML/Mail version 0.00_01
=========================

This Module is supposed to simplify the task of sending email messages with HTML (and associated media) as well as an alternative text message.

Should be OS independent, however you are also encouraged to read MIME::Lite documentation.

perldoc MIME::Lite

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:
LWP
HTML::Parser
MIME::Lite
URI

Any perl version >= 5.6.0 should be OK.

COPYRIGHT AND LICENCE

The Licence is identical to the perl licence

Copyright (C) 2003 Cludio Valente

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

