Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md (SMTP_ENABLED) #5267

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ The final configuration file will be generated by merging the default configurat
| DOCS | Information for creating related document links. <br/> - Array of objects with labels and links <br/> - Support ejs template grammar <br/> - Provided variable: `lang` (User language code. e.g. "en") | X |
| CONTACT_LINK | Define the 'contact us' link on the SignIn page | X |
| ADVANCED_SERVICE | The dict of advanced service names and allowed domain ids. { service_name: [id1, id2, ...] } | X |
| SMTP_ENABLED | The state of the SMTP(Simple Mail Transfer Protocol) functionality. | X |


### 3. Add your chart license keys to your config file (Optional)
Expand Down
Loading