CGI::Application::MailPage - module to allow users to send HTML pages by email

This module is a CGI::Application module that allows users to send HTML
pages to their friends.  This module provides the functionality behind a
typical "Mail This Page To A Friend" link.


INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install


DEPENDENCIES

The module requires the following modules, available on CPAN:

 CGI::Application
 File::Spec
 HTML::Template
 HTML::TreeBuilder
 HTTP::Date
 MIME::Entity
 Mail::Header
 Mail::Internet
 Net::SMTP
 Text::Format


AUTHOR

Copyright 2002, Sam Tregar ([email protected]).

Questions, bug reports and suggestions can be sent to the
CGI::Application mailing list.  You can subscribe by sending a blank
message to [email protected].  See you there!


LICENSE

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