1
0
mirror of https://github.com/huggingface/knockknock.git synced 2021-08-28 00:30:42 +03:00

Updated README for Email Sending (#31)

Updated README error for Email
This commit is contained in:
Rishabh Anand
2020-01-07 05:15:27 +08:00
committed by Victor SANH
parent 019f9a6980
commit 9c64802dd6

View File

@@ -55,7 +55,7 @@ knockknock email \
sleep 10
```
If `sender_email` is not specified, then `recipient_email` will be also used for sending.
If `sender_email` is not specified, then the first email in `recipient_emails` will be used as the sender's email.
Note that launching this will asks you for the sender's email password. It will be safely stored in the system keyring service through the [`keyring` Python library](https://pypi.org/project/keyring/).