1Net/Server/Mail/ESMTP/AUTH version 0.2
2======================================
3
4This module is an extension to provide support for SMTP
5authentification with Net::Server::Mail::ESMTP module.
6
7Currently only LOGIN and PLAIN methods are supported.
8
9INSTALLATION
10
11To install this module type the following:
12
13   perl Makefile.PL
14   make
15   make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21  Net::Server::Mail::SMTP
22  MIME::Base64
23
24COPYRIGHT AND LICENCE
25
26Copyright (C) 2004, 2016 Sylvain Cresto
27
28This library is free software; you can redistribute it and/or modify
29it under the same terms as Perl itself.
30