@@ -437,6 +437,16 @@ This feature is experimental.
437
437
438
438
The email address you want to use for the sender of emails.
439
439
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
+
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
+
440
450
### ` MB_EMAIL_FROM_NAME `
441
451
442
452
- Type: string
@@ -471,6 +481,16 @@ The email address you want the replies to go to, if different from the from addr
471
481
472
482
The address of the SMTP server that handles your emails.
473
483
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
+
474
494
### ` MB_EMAIL_SMTP_PASSWORD `
475
495
476
496
- Type: string
@@ -479,6 +499,16 @@ The address of the SMTP server that handles your emails.
479
499
480
500
SMTP password.
481
501
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
+
482
512
### ` MB_EMAIL_SMTP_PORT `
483
513
484
514
- Type: integer
@@ -487,6 +517,16 @@ SMTP password.
487
517
488
518
The port your SMTP server uses for outgoing emails.
489
519
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
+
490
530
### ` MB_EMAIL_SMTP_SECURITY `
491
531
492
532
- Type: keyword
@@ -495,6 +535,16 @@ The port your SMTP server uses for outgoing emails.
495
535
496
536
SMTP secure connection protocol. (tls, ssl, starttls, or none).
497
537
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
+
498
548
### ` MB_EMAIL_SMTP_USERNAME `
499
549
500
550
- Type: string
@@ -503,6 +553,16 @@ SMTP secure connection protocol. (tls, ssl, starttls, or none).
503
553
504
554
SMTP username.
505
555
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
+
506
566
### ` MB_EMBEDDING_APP_ORIGIN [DEPRECATED] `
507
567
508
568
> Only available on Metabase [ Pro] ( /product/pro ) and [ Enterprise] ( /product/enterprise ) plans.
@@ -579,6 +639,14 @@ Allow admins to embed Metabase via interactive embedding?
579
639
580
640
Allow admins to embed Metabase via the SDK?
581
641
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
+
582
650
### ` MB_ENABLE_EMBEDDING_STATIC `
583
651
584
652
- Type: boolean
@@ -1650,6 +1718,16 @@ The name of the channel where bug reports should be posted.
1650
1718
1651
1719
The name of the channel to which Metabase files should be initially uploaded.
1652
1720
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
+
1653
1731
### ` MB_SOURCE_ADDRESS_HEADER `
1654
1732
1655
1733
- Type: string
0 commit comments