-
Notifications
You must be signed in to change notification settings - Fork 0
Mass mailer cli tool
License
spiderbit/mmailer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
======= mmailer ======= mmailer is Mass-mailer tool, it allows you to send generated mails from a mail-template and substitudes from a csv file. mmailer currently is tested and runs shure under Linux and python 2.7 License ======= mmailer is free software and licensed under the GNU GPLv3 or later. You are welcome to change and redistribute it under certain conditions. For more information see the LICENSE file or visit http://www.gnu.org/licenses/gpl-3.0.html Requirements ============ - python > 2.7 - mail-server Installation ============ Over PyPi --------- > pip install mmailer Installing from source ---------------------- $ python setup.py install # may need to be root Usage ===== Start mmailer with --help to find out how to use it! $ mmailer --help * be aware that mmailer saves your password in cleartext right now in the config file. look under samples for the format a mail.txt file should have: > ./tests/samples/mail.txt For each mail you want to send, fill out one line of substitude in the csv file. Have fun!