From abcb8a6c8e99f6110f19c15eb161694494ff64eb Mon Sep 17 00:00:00 2001 From: "pavel.muhortov" Date: Sun, 19 Dec 2021 17:52:18 +0300 Subject: [PATCH] update sendmail.py --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c73412..6ae8704 100644 --- a/README.md +++ b/README.md @@ -206,6 +206,7 @@ if processes: |**[--text]**|mail body text|'no text'| |**[--type]**|mail body type: plain, html|plain| |**[--file]**|mail attachment files|`None`| +|**[--time]**|minutes of attempts to send|3| Example usage in terminal with Python: ```shell