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

@@ -46,7 +46,7 @@ async fn verification(
) -> ServiceResult<()> {
if let Some(smtp) = SETTINGS.smtp.as_ref() {
let from = format!("mCaptcha Admin <{}>", smtp.from);
let reply_to = format!("mCaptcha Admin <{}>", smtp.reply_to);
let reply_to = format!("mCaptcha Admin <{}>", smtp.reply);
const SUBJECT: &str = "[mCaptcha] Please verify your email";
let plain_text = format!(