Use smtp module from plume_models instead of lettre directly

This commit is contained in:
Kitaiti Makoto
2022-01-03 17:28:37 +09:00
parent 00324f668f
commit a599760891
3 changed files with 7 additions and 9 deletions
+1
View File
@@ -16,6 +16,7 @@ extern crate serde_json;
#[macro_use]
extern crate tantivy;
pub use lettre;
pub use lettre::smtp;
use once_cell::sync::Lazy;
use plume_common::activity_pub::{inbox::InboxError, request, sign};