read SMTP configuration

This commit is contained in:
realaravinth
2021-06-29 21:08:40 +05:30
parent 481cb95cd2
commit 804c81da38
6 changed files with 391 additions and 16 deletions

View File

@@ -69,6 +69,14 @@ sailfish = "0.3.2"
mime = "0.3.16"
lettre = { version = "0.10.0-rc.3", features = [
"builder",
"tokio1",
"tokio1-native-tls",
"smtp-transport"
]}
[build-dependencies]
serde_yaml = "0.8.17"
serde_json = "1"