configuration docs, make test

This commit is contained in:
realaravinth
2021-07-09 12:04:48 +05:30
parent 67a35a6e43
commit 0880dd27ce
6 changed files with 23 additions and 11 deletions

View File

@@ -41,7 +41,7 @@ pub struct Captcha {
#[derive(Debug, Clone, Deserialize)]
pub struct Smtp {
pub from: String,
pub reply_to: String,
pub reply: String,
pub url: String,
pub username: String,
pub password: String,