feat: send results in the mail

This commit is contained in:
Jelson Stoelben Rodrigues
2025-07-23 07:07:33 -03:00
parent 59eb18d0de
commit 8b46c44f89
2 changed files with 213 additions and 66 deletions

View File

@@ -9,4 +9,7 @@ dotenv = {version = "0.15.0"}
serde_json = "1.0.140"
reqwest = { version = "0.12.20", features = ["json", "cookies", "blocking"] }
chrono = { version = "0.4.41" }
ipaddress = {version = "0.1.3"}
ipaddress = {version = "0.1.3"}
zip = { version = "4.2.0"}
walkdir = { version = "2.5.0"}
lettre = {version = "0.11.17", features = ["builder"]}