Initial Implementation of EmailService and Ignores EnvFile

This commit is contained in:
2024-02-25 02:43:55 -03:00
parent d4bd9c6c5e
commit 0dcb35e718
8 changed files with 388 additions and 11 deletions

View File

@@ -1,2 +1,3 @@
pub mod config_auth;
pub mod config_server;
pub mod config_email;