Newsletter.py: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Mati (Diskussion | Beiträge) (Created page with 'The newsletter-script is a rather simple little script that takes a plain text file (along with optional header and footer) and sends it over the wire. It expects a list of addre…') |
Mati (Diskussion | Beiträge) |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
The newsletter-script is a rather simple little script that takes a plain text file (along with optional header and footer) and sends it over the wire. It expects a list of addresses (one per line) in another file and also supports a blacklist in the same format. You can get the script from our | The newsletter-script is a rather simple little script that takes a plain text file (along with optional header and footer) and sends it over the wire. It expects a list of addresses (one per line) in another file and also supports a blacklist in the same format. You can get the script from our git repo at https://github.com/fsinf/newsletter. | ||
For further documentation, see the -h option of the script. |
Aktuelle Version vom 14. November 2014, 19:59 Uhr
The newsletter-script is a rather simple little script that takes a plain text file (along with optional header and footer) and sends it over the wire. It expects a list of addresses (one per line) in another file and also supports a blacklist in the same format. You can get the script from our git repo at https://github.com/fsinf/newsletter.
For further documentation, see the -h option of the script.