feat: email bounce check (#6774)

* feat: neverbounce API client

* feat(labrinth): integrate neverbounce

* chore: tombi

* chore: typo

* chore: clippy

* chore: remove unused dep

* chore: cleanup
This commit is contained in:
François-Xavier Talbot
2026-07-20 10:58:46 +02:00
committed by GitHub
parent 7144f08f0f
commit 6319832465
9 changed files with 406 additions and 24 deletions
+3
View File
@@ -235,6 +235,9 @@ vars! {
SENDY_LIST_ID: String = "none";
SENDY_API_KEY: String = "none";
NEVERBOUNCE_API_KEY: String = "";
NEVERBOUNCE_BASE_URL: String = neverbounce::DEFAULT_API_URL;
CLICKHOUSE_REPLICATED: bool = false;
CLICKHOUSE_URL: String = "http://localhost:8123";
CLICKHOUSE_USER: String = "default";