Initial commit

This commit is contained in:
2025-07-04 13:40:06 +02:00
commit 004a2b78d3
4 changed files with 1351 additions and 0 deletions

8
Cargo.toml Normal file
View File

@ -0,0 +1,8 @@
[package]
name = "mail-sender"
version = "0.1.0"
edition = "2024"
[dependencies]
clap = { version = "4.5.40", features = ["derive"] }
lettre = "0.11.17"