From 2e2bee9a4b4d2e4dc4798ff2ceb5f72f124c80d7 Mon Sep 17 00:00:00 2001 From: Werner Joss <36265757+wernerjoss@users.noreply.github.com> Date: Tue, 27 Sep 2022 15:29:32 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd489f1..45cf0a5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## 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 conventional MUA's, each individual Mail ist personalised, +Sending Mail to a List of recipients, but, as opposed to the standard CC (or BCC) Feature from conventional 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 :-)