From ef918dc724738f3c87e797403f77c0e94dca969f Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Tue, 29 Apr 2025 13:14:25 +0200 Subject: [PATCH] broken link in doc --- backend/src/email.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/email.rs b/backend/src/email.rs index 73c09b2..db83a67 100644 --- a/backend/src/email.rs +++ b/backend/src/email.rs @@ -19,7 +19,7 @@ pub enum Error { } /// A function to send an email using the given SMTP address. -/// It may timeout if the SMTP server is not reachable, see [const::SEND_EMAIL_TIMEOUT]. +/// It may timeout if the SMTP server is not reachable, see [consts::SEND_EMAIL_TIMEOUT]. pub async fn send_email( email: &str, title: &str,