Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/operator/configuration_parameters.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ Rucio will look for the config in the following locations -
`/topic/rucio.events`.
- **email_from**: Example: `Rucio <spamspamspam@cern.ch>`.
- **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.
Expand Down