mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 20:18:08 +00:00
[Docs] Add documentation for SMTP settings (#279)
This commit is contained in:
@@ -5,13 +5,13 @@ path: '/docs'
|
|||||||
|
|
||||||
This guide will help you get started with Chatwoot!
|
This guide will help you get started with Chatwoot!
|
||||||
|
|
||||||
## Environment Setup
|
### Environment Setup
|
||||||
|
|
||||||
* [Mac](/docs/installation-guide-mac-os)
|
* [Mac](/docs/installation-guide-mac-os)
|
||||||
* [Ubuntu](/docs/installation-guide-ubuntu)
|
* [Ubuntu](/docs/installation-guide-ubuntu)
|
||||||
* [Windows](/docs/installation-guide-windows)
|
* [Windows](/docs/installation-guide-windows)
|
||||||
|
|
||||||
## Project Setup
|
### Project Setup
|
||||||
|
|
||||||
* [Quick Setup](/docs/quick-setup)
|
* [Quick Setup](/docs/quick-setup)
|
||||||
* [Environment Variables](/docs/environment-variables)
|
* [Environment Variables](/docs/environment-variables)
|
||||||
|
|||||||
@@ -104,9 +104,6 @@ launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
|
|||||||
brew install imagemagick
|
brew install imagemagick
|
||||||
```
|
```
|
||||||
|
|
||||||
Next: [Read project setup to install project dependencies](https://www.chatwoot.com/docs/dependencies)
|
|
||||||
|
|
||||||
|
|
||||||
### Install Docker
|
### 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).
|
This is an optional step. Those who are doing development can install docker from [Docker Desktop](https://www.docker.com/products/docker-desktop).
|
||||||
|
|||||||
@@ -106,5 +106,3 @@ sudo systemctl enable redis-server.service
|
|||||||
```bash
|
```bash
|
||||||
sudo apt-get install imagemagick
|
sudo apt-get install imagemagick
|
||||||
```
|
```
|
||||||
|
|
||||||
Next: [Read project setup to install project dependencies](https://www.chatwoot.com/docs/dependencies)
|
|
||||||
|
|||||||
@@ -100,5 +100,3 @@ sudo systemctl enable redis-server.service
|
|||||||
```bash
|
```bash
|
||||||
sudo apt-get install imagemagick
|
sudo apt-get install imagemagick
|
||||||
```
|
```
|
||||||
|
|
||||||
Next: [Read project setup to install project dependencies](https://www.chatwoot.com/docs/dependencies)
|
|
||||||
|
|||||||
@@ -32,6 +32,14 @@ FB_APP_ID=
|
|||||||
|
|
||||||
For development, you don't need an email provider. Chatwoot uses [letter-opener](https://github.com/ryanb/letter_opener) gem to test emails locally
|
For development, you don't need an email provider. Chatwoot uses [letter-opener](https://github.com/ryanb/letter_opener) gem to test emails locally
|
||||||
|
|
||||||
|
For production use, use the following variables to set SMTP server.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
SMTP_ADDRESS=
|
||||||
|
SMTP_USERNAME=
|
||||||
|
SMTP_PASSWORD=
|
||||||
|
```
|
||||||
|
|
||||||
### Configure frontend URL
|
### Configure frontend URL
|
||||||
|
|
||||||
Provide the following value as frontend url
|
Provide the following value as frontend url
|
||||||
|
|||||||
Reference in New Issue
Block a user