Comment out SMTP notification settings in isso configuration

This commit is contained in:
Danilo Reyes
2025-12-25 21:42:57 -06:00
parent 54609e54bb
commit 7289f6c5d2

View File

@@ -29,7 +29,7 @@ in
general = { general = {
host = "https://blog.${cfg.domain}"; host = "https://blog.${cfg.domain}";
max-age = "1h"; max-age = "1h";
notify = "none"; # notify = "smtp";
reply-notifications = true; reply-notifications = true;
gravatar = true; gravatar = true;
}; };