mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
Switch from lettre to async-smtp
This commit is contained in:
committed by
Floris Bruynooghe
parent
c08a1adc9b
commit
54eb30f3db
@@ -17,7 +17,7 @@ smallvec = "0.6.9"
|
||||
reqwest = { version = "0.9.15", default-features = false, features = ["rustls-tls"] }
|
||||
num-derive = "0.2.5"
|
||||
num-traits = "0.2.6"
|
||||
lettre = { git = "https://github.com/deltachat/lettre", branch = "feat/mail" }
|
||||
async-smtp = { git = "https://github.com/async-email/async-smtp" }
|
||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "feat/mail" }
|
||||
async-imap = { git = "https://github.com/async-email/async-imap", branch="master" }
|
||||
async-tls = "0.6"
|
||||
|
||||
Reference in New Issue
Block a user