feat: basic setup for email

This commit is contained in:
silver 2023-07-29 21:38:03 +01:00
parent 7081c76e60
commit 05a14638f7
3 changed files with 144 additions and 0 deletions

View file

@ -8,6 +8,9 @@ edition = "2021"
[[bin]]
name = "update_groups"
[[bin]]
name = "new_users"
[dependencies]
# for the ldap
ldap3="0.11.1"
@ -34,3 +37,7 @@ chrono = "0.4.26"
# handlign teh csv export from wolves
csv = "1.2"
# for email
lettre = "0.10.4"
maud = "0.25.0"