From e08210e52dbe304fddaa6831a40a25893c03e0f4 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 6 Jun 2026 15:46:20 +0200 Subject: [PATCH] docs: clarify documentation --- src/settings.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/settings.rs b/src/settings.rs index 76df109..31c50a2 100644 --- a/src/settings.rs +++ b/src/settings.rs @@ -163,8 +163,9 @@ impl EmailSettings { /// /// # Errors /// - /// Returns a `ContactError` if the email address in the `from` field cannot be parsed - /// into a valid mailbox. This can occur if: + /// Returns a `ContactError` if the email address in the `from` + /// field of `recipient` cannot be parsed into a valid mailbox. + /// This can occur if: /// - The email address format is invalid /// - The email address contains invalid characters /// - The email address structure is malformed