[next] Version Bump + Docs Update (#2428)

* chore: version bump, updated email docs

* chore: updated package-lock.json
This commit is contained in:
Wyatt Johnson
2019-07-29 18:02:47 +00:00
committed by GitHub
parent 1dba761b40
commit 0c5cdc9f3c
3 changed files with 14 additions and 16 deletions
+12 -14
View File
@@ -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)
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@coralproject/talk",
"version": "5.0.0-beta.4",
"version": "5.0.0-beta.5",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+1 -1
View File
@@ -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": [