feat: enable cloud smtp services
This commit is contained in:
parent
255d2a56e8
commit
a6fa11181d
5 changed files with 224 additions and 91 deletions
|
|
@ -25,4 +25,4 @@ axum-login = "0.18"
|
|||
argon2 = "0.5"
|
||||
time = "0.3"
|
||||
thiserror = "1"
|
||||
lettre = { version = "0.11", default-features = false, features = ["smtp-transport", "tokio1", "builder", "hostname"] }
|
||||
lettre = { version = "0.11", default-features = false, features = ["smtp-transport", "tokio1", "builder", "hostname", "tokio1-rustls-tls"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue