feat: email whitelist

This commit is contained in:
Michael H.
2026-08-14 16:00:05 +02:00
parent 4ca48e4589
commit cf50e28dda
2 changed files with 47 additions and 16 deletions
+1
View File
@@ -318,6 +318,7 @@ vars! {
NEVERBOUNCE_BASE_URL: String = neverbounce::DEFAULT_API_URL;
EMAIL_DOMAIN_BLACKLIST: StringCsv = StringCsv(vec![]);
EMAIL_DOMAIN_WHITELIST: StringCsv = StringCsv(vec![]);
CLICKHOUSE_REPLICATED: bool = false;
CLICKHOUSE_URL: String = "http://localhost:8123";