From 36b52bd0f856f1b6cfcf8ac1a7459f06939dfafa Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 10 Nov 2025 18:12:50 +0100 Subject: email alerts working --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index dbcfb97..0c0b502 100644 --- a/config.h +++ b/config.h @@ -19,7 +19,10 @@ typedef struct { } monitor_config_t; typedef struct { + char *mail_server; char *from; + char *user; + char *password; char *alert_config; } alert_config_t; -- cgit v1.2.3