docs: clarify documentation
Publish Docker Images / coverage-and-sonar (push) Successful in 10m21s
Publish Docker Images / build-docker (push) Successful in 7m37s
Publish Docker Images / push-docker (push) Successful in 21s

This commit is contained in:
2026-06-06 15:46:20 +02:00
parent 3679c7e8cd
commit e08210e52d
+3 -2
View File
@@ -163,8 +163,9 @@ impl EmailSettings {
/// ///
/// # Errors /// # Errors
/// ///
/// Returns a `ContactError` if the email address in the `from` field cannot be parsed /// Returns a `ContactError` if the email address in the `from`
/// into a valid mailbox. This can occur if: /// field of `recipient` cannot be parsed into a valid mailbox.
/// This can occur if:
/// - The email address format is invalid /// - The email address format is invalid
/// - The email address contains invalid characters /// - The email address contains invalid characters
/// - The email address structure is malformed /// - The email address structure is malformed