ajoute des exemples
This commit is contained in:
parent
1688532aee
commit
68b053ee91
@ -21,11 +21,13 @@ following packages:
|
||||
1. Clone repo
|
||||
|
||||
$ git clone https://forge.april.org/adminsys/spamotron
|
||||
$ chmod a+x spamotron/mailing.py
|
||||
$ cd spamotron
|
||||
$ chmod a+x mailing.py
|
||||
|
||||
2. Try it
|
||||
|
||||
$ ./spamotron/mailing.py --help
|
||||
$ ./mailing.py --help
|
||||
$ ./mailing.py -t test-recipients-data -b test-emailling --dry-run --verbose
|
||||
|
||||
## License
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /usr/bin/env python3
|
||||
|
||||
# (C) Olivier Berger 2001-2002
|
||||
# (C) François Poulain 2019
|
||||
# (C) François Poulain 2019-2020
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
7
test-emailling.footer
Normal file
7
test-emailling.footer
Normal file
@ -0,0 +1,7 @@
|
||||
--
|
||||
Vous disposez d'un droit d'accès, de modification, de rectification et de
|
||||
suppression des données vous concernant (loi « Informatique et Libertés » du 6
|
||||
janvier 1978). Pour toute demande, merci de vous adressez à contact@april.org.
|
||||
|
||||
Si vous souhaitez ne plus recevoir nos communiqués de presse merci de vous
|
||||
adressez à contact@april.org.
|
15
test-emailling.html
Normal file
15
test-emailling.html
Normal file
@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<header>
|
||||
<title>
|
||||
Vive le libre en fête
|
||||
</title>
|
||||
</header>
|
||||
<body>
|
||||
<p>
|
||||
Chère {{ nom }},
|
||||
</p><p>
|
||||
Venez découvrir le logiciel libre autour du printemps. Déjà 42 événements pour
|
||||
le Libre en Fête à venir.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
1
test-emailling.subject
Normal file
1
test-emailling.subject
Normal file
@ -0,0 +1 @@
|
||||
Vive le libre en fête
|
4
test-emailling.txt
Normal file
4
test-emailling.txt
Normal file
@ -0,0 +1,4 @@
|
||||
Chère {{ nom }},
|
||||
|
||||
Venez découvrir le logiciel libre autour du printemps. Déjà 42 événements pour
|
||||
le Libre en Fête à venir.
|
4
test-recipients-data
Normal file
4
test-recipients-data
Normal file
@ -0,0 +1,4 @@
|
||||
to,nom,from:president@april.org,cc:contact@april.org,reply-to:contact@april.org
|
||||
noc@april.org,network operating center
|
||||
secretaire@april.org,l'secrétaire,president@paril.org,
|
||||
prez@april.org,présidente,prez@elysee.fr
|
Loading…
Reference in New Issue
Block a user