email verification

This commit is contained in:
realaravinth
2021-06-30 20:57:26 +05:30
parent c05888d648
commit 574efc2252
8 changed files with 41 additions and 11 deletions

View File

@@ -45,6 +45,7 @@ pub struct Smtp {
pub url: String,
pub username: String,
pub password: String,
pub port: u16,
}
impl Server {