diff --git a/README.md b/README.md index f675cef46..2bd7019ad 100644 --- a/README.md +++ b/README.md @@ -302,22 +302,20 @@ which provides a test SMTP server that can visualize emails in the browser: docker run -d --name inbucket --restart always -p 2500:2500 -p 9000:9000 inbucket/inbucket ``` -You can then configure the email server on Coral by updating the Tenant with: +You can then configure the email server on Coral +by setting the email settings in +`Configure -> Email` in the admin: -```js -{ - // ... - "email": { - "enabled": true, - "smtpURI": "smtp://localhost:2500", - "fromAddress": "community@test.com" - }, - // ... -} -``` +| Field | Value | +| -------------- | -------------------- | +| From Address | `community@test.com` | +| Secure | `No` | +| Host | `localhost` | +| Port | `2500` | +| Authentication | `No` | -Restarting Coral will be needed. Navigate to http://localhost:9000, click the -"Monitor" tab. New emails received on this screen. +Navigate to http://localhost:9000, click the "Monitor" tab. New emails received +on this screen. #### Design Language System (UI Components) diff --git a/package-lock.json b/package-lock.json index cf8434155..2dfa74dab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@coralproject/talk", - "version": "5.0.0-beta.4", + "version": "5.0.0-beta.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 58191d518..f132b9537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coralproject/talk", - "version": "5.0.0-beta.4", + "version": "5.0.0-beta.5", "author": "The Coral Project", "homepage": "https://coralproject.net/", "sideEffects": [