[Docs] Add documentation for SMTP settings (#279)

This commit is contained in:
Pranav Raj S
2019-11-24 18:54:56 +05:30
committed by GitHub
parent 70e4cc08b6
commit 54556bfd58
5 changed files with 10 additions and 9 deletions

View File

@@ -104,9 +104,6 @@ launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
brew install imagemagick
```
Next: [Read project setup to install project dependencies](https://www.chatwoot.com/docs/dependencies)
### Install Docker
This is an optional step. Those who are doing development can install docker from [Docker Desktop](https://www.docker.com/products/docker-desktop).

View File

@@ -106,5 +106,3 @@ sudo systemctl enable redis-server.service
```bash
sudo apt-get install imagemagick
```
Next: [Read project setup to install project dependencies](https://www.chatwoot.com/docs/dependencies)

View File

@@ -100,5 +100,3 @@ sudo systemctl enable redis-server.service
```bash
sudo apt-get install imagemagick
```
Next: [Read project setup to install project dependencies](https://www.chatwoot.com/docs/dependencies)