Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-jn committed May 29, 2021
1 parent 911f579 commit 4a1c146
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ pip install notipyer
```

## Email Notifications
Currently supports Gmail accounts as senders.
Notipyer currently supports Gmail accounts as senders. To allow the library to use your gmail account, make the following changes:
1. Turn off 2-Step authentication. [Ref](https://support.google.com/accounts/answer/1064203)
2. Turn on "Less Secure App Access" [here](https://myaccount.google.com/intro/security)
### Configuration
```python
from notipyer.email_notify import set_email_config
Expand Down

0 comments on commit 4a1c146

Please sign in to comment.