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

..03-May-2022-

lib/Mail/H20-Aug-2017-1,038429

t/H20-Aug-2017-6838

ChangesH A D20-Aug-20175.6 KiB133115

LICENSEH A D20-Aug-201717.9 KiB380292

MANIFESTH A D20-Aug-2017192 1312

META.jsonH A D20-Aug-20171.3 KiB5149

META.ymlH A D20-Aug-2017769 3231

Makefile.PLH A D20-Aug-20171.3 KiB6251

READMEH A D20-Aug-2017868 4023

TodoH A D20-Aug-20171.4 KiB6031

dist.iniH A D20-Aug-2017282 1915

README

1
2    Perl 5 module Mail::Sendmail
3
4Mail::Sendmail is a pure perl module that provides a simple
5platform-independent mailer.
6
7INSTALLATION
8
9You install Mail::Sendmail by running these commands in the *nix environment:
10
11   perl Makefile.PL
12   make
13   make test (optional)
14   make install
15
16If you have a CPAN client installed, you should be able to run something like:
17
18   cpan Mail::Sendmail
19   cpanm Mail::Sendmail
20
21DOCUMENTATION
22
23POD format documentation is included in lib/IO/Tee.pm.
24You can read the documentation online:
25
26    https://metacpan.org/pod/Mail::Sendmail
27
28Or read it on your terminal, using the perldoc command:
29
30    perldoc Mail::Sendmail
31
32COPYRIGHT
33
34Copyright (C) 1998-2017 Milivoj Ivkovic
35
36AUTHOR
37
38This module was created by Milivoj Ivkovic (mivkovic) <mivkovic@cpan.org>.
39but is currently (as of August 2017) being maintained by Neil Bowers (NEILB).
40