You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@
7
7
8
8
A high-performance and secure REST/GraphQL API built with Rust, MongoDB & Redis for cleaning email subscriber lists. Maintains sender reputation by validating, deduplicating, and pruning inactive emails.
9
9
10
-
## 🚀 Features
10
+
## Features
11
11
12
12
-**Scalable Architecture**: Built with Rust and optimized for horizontal scaling.
13
13
-**Security First**: OAuth2/JWT authentication, rate limiting, and input validation.
14
14
-**Observability**: Integrated logging, metrics, and distributed tracing.
15
15
-**Multi-Protocol Support**: REST, GraphQL, or gRPC endpoints (choose as needed).
16
16
17
-
## ✅ Validations
17
+
## Validations
18
18
19
19
Detect and handle invalid email addresses before they take some space in your database, cause delivery issues or harm your sender score.
20
20
@@ -58,7 +58,7 @@ Follows RFC specifications by checking A/AAAA records if MX records are missing.
58
58
59
59
Checks among a list of 106,543 disposable email domains, the largest database of disposable emails out there, updated daily.
0 commit comments