• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H15-Oct-2004-1811

AUTH.pmH A D14-Oct-20164.3 KiB20989

ChangesH A D13-Oct-2016297 96

MANIFESTH A D15-Oct-200450 76

Makefile.PLH A D15-Oct-2004550 1412

READMEH A D14-Oct-2016636 3018

README

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