handlers
Configuration for the handlers service
struct: EmailConfig
smtp_server string
The hostname and port of the SMTP server. [Ref]
[notifications.handlers]
smtp_server = ""sender_login string
The email to be used to send mails. [Ref]
[notifications.handlers]
sender_login = ""disable_auth bool false
Whether to disable SMTP auth. [Ref]
[notifications.handlers]
disable_auth = falsedefault_sender string no-reply@cernbox.cern.ch
Default sender when not specified in the request. [Ref]
[notifications.handlers]
default_sender = "no-reply@cernbox.cern.ch"cid_folder string /etc/revad/cid/
Folder containing files to embed as CIDs in emails. [Ref]
[notifications.handlers]
cid_folder = "/etc/revad/cid/"templates map[string]any nil
Email notification templates. [Ref]
[notifications.handlers]
templates = nil