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

@@ -28,6 +28,7 @@ use log::info;
mod api;
mod data;
mod docs;
//mod email;
mod errors;
mod middleware;
#[macro_use]