emailhandler
Configuration for the emailhandler service
struct: config
smtp_server string
The hostname and port of the SMTP server. [Ref]
[notification.handler.emailhandler]
smtp_server = ""sender_login string
The email to be used to send mails. [Ref]
[notification.handler.emailhandler]
sender_login = ""sender_password string
The sender’s password. [Ref]
[notification.handler.emailhandler]
sender_password = ""disable_auth bool false
Whether to disable SMTP auth. [Ref]
[notification.handler.emailhandler]
disable_auth = falsedefault_sender string no-reply@cernbox.cern.ch
Default sender when not specified in the trigger. [Ref]
[notification.handler.emailhandler]
default_sender = "no-reply@cernbox.cern.ch"cid_folder string /etc/revad/cid/
Folder on the local filesystem that includes files to be embedded as CIDs in emails. [Ref]
[notification.handler.emailhandler]
cid_folder = "/etc/revad/cid/"