This program let you send different kind of emails (spam, virus, normal) to a specified smtp server. It can do smtp authentication and message size adjustement. It is released under the GNU GPL (see copyright for more details). Requirements: ------------ You need to have perl installed with at least the following modules: Net::Smtp AppConfig Installation: ------------ Put smtpt in your PATH (/usr/local/bin for example). You can install a manpage by running: pod2man --section=1 /path/to/smtpt | gzip -c > /usr/share/man/man1/smtpt.1.gz Usage: ----- Just run "smtpt --help" to get needed and optionnal command line options.