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(())