This page is a summary of the steps we took to get browsertrix-cloud running on-prem in a k3s installation at KB.
...
to add the secret to the ingress.
Enabling Mail
Integration to an external mail server can be set up by adding the following to values.yaml:
# Email Options
# =========================================
email:
# email sending is enabled when 'smtp_host' is set to non-empty value
#ex: smtp_host: smtp.gmail.com
smtp_host: "smtp.foo.bar."
smtp_port: 25
sender_email: browsertrix@foo.bar
# password: password
reply_to_email: user@foo.bar
use_tls: False
support_email: user@foo.bar