From 427119951f6aa9904ec68f28af4912d265a73c7e Mon Sep 17 00:00:00 2001 From: Werner Joss <36265757+wernerjoss@users.noreply.github.com> Date: Tue, 27 Sep 2022 10:14:01 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c089809..007257f 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 \ No newline at end of file