Skip to content

Commit f63c7dc

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to docs-56-api->release-x.56.x (#371)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent e4740a7 commit f63c7dc

File tree

6 files changed

+938
-586
lines changed

6 files changed

+938
-586
lines changed

_docs/v0.56/api.html

Lines changed: 368 additions & 293 deletions
Large diffs are not rendered by default.

_docs/v0.56/configuring-metabase/config-template.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,20 +129,27 @@ config:
129129
ee-openai-api-key: null
130130
ee-openai-model: gpt-4-turbo-preview
131131
email-from-address: [email protected]
132+
email-from-address-override: [email protected]
132133
email-from-name: null
133134
email-max-recipients-per-second: null
134135
email-reply-to: null
135136
email-smtp-host: null
137+
email-smtp-host-override: null
136138
email-smtp-password: null
139+
email-smtp-password-override: null
137140
email-smtp-port: null
141+
email-smtp-port-override: null
138142
email-smtp-security: none
143+
email-smtp-security-override: ssl
139144
email-smtp-username: null
145+
email-smtp-username-override: null
140146
embedding-app-origins-interactive: null
141147
embedding-app-origins-sdk: localhost:*
142148
embedding-homepage: hidden
143149
embedding-secret-key: null
144150
enable-embedding-interactive: false
145151
enable-embedding-sdk: false
152+
enable-embedding-simple: false
146153
enable-embedding-static: false
147154
enable-password-login: true
148155
enable-pivoted-exports: true
@@ -258,6 +265,7 @@ config:
258265
site-url: null
259266
slack-app-token: null
260267
slack-bug-report-channel: metabase-bugs
268+
smtp-override-enabled: false
261269
source-address-header: X-Forwarded-For
262270
sql-jdbc-fetch-size: 500
263271
ssh-heartbeat-interval-sec: 180

_docs/v0.56/configuring-metabase/environment-variables.md

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,16 @@ This feature is experimental.
437437

438438
The email address you want to use for the sender of emails.
439439

440+
### `MB_EMAIL_FROM_ADDRESS_OVERRIDE`
441+
442+
> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
443+
444+
- Type: string
445+
- Default: `[email protected]`
446+
- [Configuration file name](./config-file): `email-from-address-override`
447+
448+
The email address you want to use for the sender of emails from your custom SMTP server.
449+
440450
### `MB_EMAIL_FROM_NAME`
441451

442452
- Type: string
@@ -471,6 +481,16 @@ The email address you want the replies to go to, if different from the from addr
471481

472482
The address of the SMTP server that handles your emails.
473483

484+
### `MB_EMAIL_SMTP_HOST_OVERRIDE`
485+
486+
> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
487+
488+
- Type: string
489+
- Default: `null`
490+
- [Configuration file name](./config-file): `email-smtp-host-override`
491+
492+
The address of the custom SMTP server that handles your emails.
493+
474494
### `MB_EMAIL_SMTP_PASSWORD`
475495

476496
- Type: string
@@ -479,6 +499,16 @@ The address of the SMTP server that handles your emails.
479499

480500
SMTP password.
481501

502+
### `MB_EMAIL_SMTP_PASSWORD_OVERRIDE`
503+
504+
> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
505+
506+
- Type: string
507+
- Default: `null`
508+
- [Configuration file name](./config-file): `email-smtp-password-override`
509+
510+
Custom SMTP server password.
511+
482512
### `MB_EMAIL_SMTP_PORT`
483513

484514
- Type: integer
@@ -487,6 +517,16 @@ SMTP password.
487517

488518
The port your SMTP server uses for outgoing emails.
489519

520+
### `MB_EMAIL_SMTP_PORT_OVERRIDE`
521+
522+
> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
523+
524+
- Type: integer
525+
- Default: `null`
526+
- [Configuration file name](./config-file): `email-smtp-port-override`
527+
528+
The port your custom SMTP server uses for outgoing emails. Only ports 465, 587, and 2525 are supported.
529+
490530
### `MB_EMAIL_SMTP_SECURITY`
491531

492532
- Type: keyword
@@ -495,6 +535,16 @@ The port your SMTP server uses for outgoing emails.
495535

496536
SMTP secure connection protocol. (tls, ssl, starttls, or none).
497537

538+
### `MB_EMAIL_SMTP_SECURITY_OVERRIDE`
539+
540+
> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
541+
542+
- Type: keyword
543+
- Default: `:ssl`
544+
- [Configuration file name](./config-file): `email-smtp-security-override`
545+
546+
SMTP secure connection protocol for your custom server. (tls, ssl, or starttls).
547+
498548
### `MB_EMAIL_SMTP_USERNAME`
499549

500550
- Type: string
@@ -503,6 +553,16 @@ SMTP secure connection protocol. (tls, ssl, starttls, or none).
503553

504554
SMTP username.
505555

556+
### `MB_EMAIL_SMTP_USERNAME_OVERRIDE`
557+
558+
> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
559+
560+
- Type: string
561+
- Default: `null`
562+
- [Configuration file name](./config-file): `email-smtp-username-override`
563+
564+
Custom SMTP server username.
565+
506566
### `MB_EMBEDDING_APP_ORIGIN [DEPRECATED]`
507567

508568
> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
@@ -579,6 +639,14 @@ Allow admins to embed Metabase via interactive embedding?
579639

580640
Allow admins to embed Metabase via the SDK?
581641

642+
### `MB_ENABLE_EMBEDDING_SIMPLE`
643+
644+
- Type: boolean
645+
- Default: `false`
646+
- [Configuration file name](./config-file): `enable-embedding-simple`
647+
648+
Allow admins to embed Metabase via Embedded Analytics JS?
649+
582650
### `MB_ENABLE_EMBEDDING_STATIC`
583651

584652
- Type: boolean
@@ -1650,6 +1718,16 @@ The name of the channel where bug reports should be posted.
16501718

16511719
The name of the channel to which Metabase files should be initially uploaded.
16521720

1721+
### `MB_SMTP_OVERRIDE_ENABLED`
1722+
1723+
> Only available on Metabase [Pro](/product/pro) and [Enterprise](/product/enterprise) plans.
1724+
1725+
- Type: boolean
1726+
- Default: `false`
1727+
- [Configuration file name](./config-file): `smtp-override-enabled`
1728+
1729+
Whether to use the custom SMTP server rather than the standard settings.
1730+
16531731
### `MB_SOURCE_ADDRESS_HEADER`
16541732

16551733
- Type: string

0 commit comments

Comments
 (0)