2020-08-24 18:13:33 +02:00
|
|
|
# Spamotron
|
|
|
|
|
|
|
|
Simple mailing script.
|
|
|
|
|
|
|
|
**Table of content**
|
|
|
|
|
|
|
|
- [Installation](#installation)
|
|
|
|
- [Licence](#licence)
|
|
|
|
|
|
|
|
## 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
|
2020-08-24 21:06:21 +02:00
|
|
|
- python3-jinja2
|
2020-08-24 18:13:33 +02:00
|
|
|
|
|
|
|
### Manual installation
|
|
|
|
|
|
|
|
1. Clone repo
|
|
|
|
|
|
|
|
$ git clone https://forge.april.org/adminsys/spamotron
|
2020-08-24 21:40:26 +02:00
|
|
|
$ cd spamotron
|
|
|
|
$ chmod a+x mailing.py
|
2020-08-24 18:13:33 +02:00
|
|
|
|
|
|
|
2. Try it
|
|
|
|
|
2020-08-24 21:40:26 +02:00
|
|
|
$ ./mailing.py --help
|
|
|
|
$ ./mailing.py -t test-recipients-data -b test-emailling --dry-run --verbose
|
2020-08-24 18:13:33 +02:00
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
Spamotron is developed by April and licensed under the [GPLv2+](LICENSE).
|