update sendmail.py

This commit is contained in:
pavel.muhortov 2021-12-19 17:52:18 +03:00
parent 062374fe7b
commit abcb8a6c8e

View File

@ -206,6 +206,7 @@ if processes:
|**[--text]**|mail body text|'no text'| |**[--text]**|mail body text|'no text'|
|**[--type]**|mail body type: plain, html|plain| |**[--type]**|mail body type: plain, html|plain|
|**[--file]**|mail attachment files|`None`| |**[--file]**|mail attachment files|`None`|
|**[--time]**|minutes of attempts to send|3|
Example usage in terminal with Python: Example usage in terminal with Python:
```shell ```shell