From 28b12fa2cdf84d1a59cdb92c0f88275741b1d427 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Sat, 3 Jul 2021 16:51:15 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2079193?= =?UTF-8?q?5f24561d9c8fbd678475fc6ce86f6cdd2ec=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcaptcha/email/verification/fn.verification.html | 2 +- mcaptcha/email/verification/index.html | 2 +- src/mcaptcha/email/verification.rs.html | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mcaptcha/email/verification/fn.verification.html b/mcaptcha/email/verification/fn.verification.html index f8089256..6bac2e00 100644 --- a/mcaptcha/email/verification/fn.verification.html +++ b/mcaptcha/email/verification/fn.verification.html @@ -1,5 +1,5 @@ verification in mcaptcha::email::verification - Rust

Function mcaptcha::email::verification::verification[][src]

async fn verification(
    data: &Data,
    to: &str,
    verification_link: &str
) -> Result<(), ServiceError>
+ Change settings

Function mcaptcha::email::verification::verification[][src]

async fn verification(
    data: &Data,
    to: &str,
    verification_link: &str
) -> Result<(), ServiceError>
\ No newline at end of file diff --git a/mcaptcha/email/verification/index.html b/mcaptcha/email/verification/index.html index ee6a486a..fa727157 100644 --- a/mcaptcha/email/verification/index.html +++ b/mcaptcha/email/verification/index.html @@ -1,7 +1,7 @@ mcaptcha::email::verification - Rust

Module mcaptcha::email::verification[][src]

Email operations: verification, notification, etc

+ Change settings

Module mcaptcha::email::verification[][src]

Email operations: verification, notification, etc

Structs

IndexPage

Constants

PAGE

Functions

diff --git a/src/mcaptcha/email/verification.rs.html b/src/mcaptcha/email/verification.rs.html index 18b087d7..0ca67328 100644 --- a/src/mcaptcha/email/verification.rs.html +++ b/src/mcaptcha/email/verification.rs.html @@ -132,7 +132,6 @@ 129 130 131 -132
 /*
 * Copyright (C) 2021  Aravinth Manivannan <realaravinth@batsense.net>
@@ -226,7 +225,6 @@ project website: {}",
             )
             .unwrap();
 
-        // unwrap is OK as SETTINGS.smtp is check at the start
         data.mailer.as_ref().unwrap().send(email).await?;
     }
     Ok(())