WIP email sending for registration

This commit is contained in:
2023-09-27 23:11:52 -04:00
parent 8d1bffc899
commit f938a6b46b
8 changed files with 135 additions and 4 deletions

View File

@@ -28,6 +28,7 @@ feed-rs = "1.3"
futures = "0.3"
headers = "0.3"
http = "0.2.9"
lettre = { version = "0.10", features = ["builder"] }
maud = { version = "0.25", features = ["axum"] }
notify = "6"
once_cell = "1.18"