Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerjoss committed Sep 27, 2022
1 parent 86102c7 commit 4271199
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## bulkmail.py: send bulk email to recipients in RecListFileName

This Program is a bulk Mailer, written in Python 3, intended exactly for what the name indicates:
Sending Mail to a List of recipients, but, as opposed to the standard CC Feature from conventinal MUA's, each individual Mail ist personalised,
which means, each Recipient is addressed by his/her first Name.
Additionally, there is an Option 'nice' which can be used to make the Text even more nice (by using 'Liebe(r) XYZ' instead of 'Hallo XYZ').
And, yes, this nice Approach is even gender sensitive :-)
For a History about Develompment, see the following [Blog Post](https://hoernerfranzracing.de/werner/blog/spam-schleuder-version-2-0).

This is an improved Version from this [original gist](https://gist.github.com/wernerjoss/9ba0d815bb91d043f929d98670f99064).
After some more improvements and future plannings (see TODO) I decided to make a real project out of it.
As an Addition to the CLI Version, it also has a GUI Frontend, written with PyQt5:
Expand Down Expand Up @@ -30,6 +37,7 @@ add Attach File Option 11.03.18
fix some bugs 18.03.18

## TODO:
- provide Option for configurable Delay between sent Mails to avoid possible Restrictions from SMTP Mailers w.r. to max. No# of sent Mails per Hour (or Day)
- Localisation (say 'Hallo' or 'Hello', 'Liebe(r)' or 'Dear' to Recipients...)
- move Configuration to separate yaml or json file
- enable optional encryption for recipients from local keyring

0 comments on commit 4271199

Please sign in to comment.