Skip to content

Commit 5302e12

Browse files
authored
Merge pull request #1423 from ewingson/patch-1
add gmail configuration
2 parents 818a0cd + e0db7e8 commit 5302e12

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,15 @@ See [Running Solid behind a reverse proxy](https://github.com/solid/node-solid-s
123123

124124
> To use Gmail you may need to configure ["Allow Less Secure Apps"](https://www.google.com/settings/security/lesssecureapps) in your Gmail account unless you are using 2FA in which case you would have to create an [Application Specific](https://security.google.com/settings/security/apppasswords) password. You also may need to unlock your account with ["Allow access to your Google account"](https://accounts.google.com/DisplayUnlockCaptcha) to use SMTP.
125125
126+
also add to `config.json`
127+
```
128+
"useEmail": true,
129+
"emailHost": "smtp.gmail.com",
130+
"emailPort": "465",
131+
"emailAuthUser": "[email protected]",
132+
"emailAuthPass": "gmailPass"
133+
```
134+
126135
### Upgrading from version 4
127136
To upgrade from version 4 to the current version 5, you need to run a migration script, as explained in the [v5 upgrade notes](https://github.com/solid/node-solid-server/blob/master/CHANGELOG.md#500-upgrade-notes).
128137

0 commit comments

Comments
 (0)