Add multiple recipients capability in doc.
[manu/smtpt.git] / README
1 This program let you send different kind of emails (spam, virus, normal) to a
2 specified smtp server. It can do smtp authentication and message size
3 adjustement.
4
5 It is released under the GNU GPL (see copyright for more details).
6
7 Requirements:
8 ------------
9 You need to have perl installed with at least the following modules:
10
11 Net::Smtp
12 AppConfig
13
14 Installation:
15 ------------
16
17 Put smtpt in your PATH (/usr/local/bin for example).
18
19 You can install a manpage by running:
20
21 pod2man --section=1 /path/to/smtpt | gzip -c > /usr/share/man/man1/smtpt.1.gz
22
23 Usage:
24 -----
25
26 Just run "smtpt --help" to get needed and optionnal command line options.
27