diff --git a/docs/operator/configuration_parameters.mdx b/docs/operator/configuration_parameters.mdx index c528da60cb0..ee6ed663a70 100644 --- a/docs/operator/configuration_parameters.mdx +++ b/docs/operator/configuration_parameters.mdx @@ -287,6 +287,8 @@ Rucio will look for the config in the following locations - `/topic/rucio.events`. - **email_from**: Example: `Rucio `. - **email_test**: Example: `spamspamspam@cern.ch`. + - **smtp_host**: _(Optional)_ The hostname of the SMTP server used to send emails. Set this to use a configured SMTP server with optional TLS/SSL and authentication. Default: `""`; if left empty, Hermes falls back to an unauthenticated, unencrypted local SMTP connection (`localhost:25`) and ignores `smtp_port`, TLS/SSL, and credential settings. + - **smtp_port**: _(Optional)_ Default: `25`. Only used when `smtp_host` is set. Port for SMTP server. - **nonssl_port**: _(Optional)_ Port of the broker if `use_ssl` is not set. - **password**: _(Optional)_ Password of the `username`. Mandatory if `use_ssl` is not set. No default.