Newsletter KW 29

This commit is contained in:
marko
2021-07-25 19:07:33 +02:00
parent 0484db9656
commit 2912db7412
3 changed files with 38 additions and 2 deletions

View File

@@ -29,12 +29,12 @@ argParser.add_argument(
help="Path to MarkdownFile to send"
)
argParser.add_argument(
"--EmailAddressFilePath",
"-E", "--EmailAddressFilePath",
default=None,
help="File with eMailAddresses, one per line, to wich to send the eMail TO"
)
argParser.add_argument(
"--toEmailAddress",
"-e", "--toEmailAddress",
default=None,
help="address, to wich to send the eMail TO"
)