Go to file
François Poulain c147f844c5 ajoute un mode dry-run 2020-08-25 08:50:40 +02:00
.gitignore gitignore 2020-08-25 08:50:40 +02:00
README.md ajoute un readme 2020-08-25 08:50:40 +02:00
mailing.py ajoute un mode dry-run 2020-08-25 08:50:40 +02:00

README.md

Spamotron

Simple mailing script.

Table of content

Installation

Requirements

On a Debian-based host running at least Debian Stretch, you will need the following packages:

  • git (recommended for getting the source)
  • python3

Manual installation

  1. Clone repo

    $ git clone https://forge.april.org/adminsys/spamotron
    $ chmod a+x spamotron/mailing.py
    
  2. Try it

    $ ./spamotron/mailing.py --help
    

License

Spamotron is developed by April and licensed under the GPLv2+.