Net::ESMTP
=============================
Net::ESMTP is a wrapper for SMTP client library libESMTP
(written in C). It has clear interface and access to SMTP
advanced features like: SASL (authorization), TLS (privacy
and authentication), ETRN, DSN etc.
A README file is required for CPAN modules since CPAN extracts the
README file from a module distribution so that people browsing the
archive can use it get an idea of the modules uses. It is usually a
good idea to provide version information here so that people can
decide whether fixes for the module are worth downloading.
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:
libESMTP (
http://www.stafford.uklinux.net/libesmtp/) version 1.0
is required to build Net::ESMTP module.
OpenSSL (
http://www.openssl.org/) is required to build the SMTP STARTTLS
extension and the NTLM authentication module. If you have no need for
either of these features, you do not need OpenSSL.
LICENSE
This library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 2.1 of the
License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA
COPYRIGHT
Copyright (C) 2003,2004 Piotr Klaban