Skip to content

Commit 462228c

Browse files
authored
Add mail server configuration variables to documentation
1 parent 8bd2be0 commit 462228c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs-help/docs/setup/setup-environment-variables.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,13 @@ Parameter | Description | Default*
370370
**DIRIGIBLE_FLOWABLE_DATABASE_DATASOURCE_NAME** | The datasource name of the Flowable engine, if any configured | _`-`_
371371
**DIRIGIBLE_FLOWABLE_DATABASE_SCHEMA_UPDATE** | Whether to materialize the database layout or not | _`true`_
372372
**DIRIGIBLE_FLOWABLE_USE_DEFAULT_DATABASE** | Whether to use the DefaultDB datasource or built-in H2 _(e.g. `true` (DefaultDB) or `false` (H2))_ | _`true`_
373+
**DIRIGIBLE_FLOWABLE_MAIL_SERVER_HOST** | The SMTP mail server host _(e.g. `email-smtp.eu-central-1.amazonaws.com`)_ | _`-`_
374+
**DIRIGIBLE_FLOWABLE_MAIL_SERVER_PORT** | The SMTP mail server port | _`587`_
375+
**DIRIGIBLE_FLOWABLE_MAIL_SERVER_USERNAME** | The SMTP mail server username | _`-`_
376+
**DIRIGIBLE_FLOWABLE_MAIL_SERVER_PASSWORD** | The SMTP mail server password | _`-`_
377+
**DIRIGIBLE_FLOWABLE_MAIL_SERVER_USE_TLS** | Whether the SMTP mail server TLS is enabled | _`true`_
378+
**DIRIGIBLE_FLOWABLE_MAIL_SERVER_USE_SSL** | Whether the SMTP mail server SSL is enabled | _`false`_
379+
**DIRIGIBLE_FLOWABLE_MAIL_SERVER_DEFAULT_FROM** | The default mail sender address _(e.g. `no-reply@example.com`)_ | _`-`_
373380

374381
### Mail
375382

0 commit comments

Comments
 (0)