broken link in doc

This commit is contained in:
Greg Burri 2025-04-29 13:14:25 +02:00
parent d98b4ad8fa
commit ef918dc724

View file

@ -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,