.gitignore | ||
mailing.py | ||
README.md | ||
test-emailling.footer | ||
test-emailling.html | ||
test-emailling.subject | ||
test-emailling.txt | ||
test-recipients-data |
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
- python3-jinja2
Manual installation
-
Clone repo
$ git clone https://forge.april.org/adminsys/spamotron $ cd spamotron $ chmod a+x mailing.py
-
Try it
$ ./mailing.py --help $ ./mailing.py -t test-recipients-data -b test-emailling --dry-run --verbose
License
Spamotron is developed by April and licensed under the GPLv2+.