docs: clarify documentation
Publish Docker Images / coverage-and-sonar (push) Failing after 7m0s
Publish Docker Images / build-docker (push) Successful in 7m44s
Publish Docker Images / push-docker (push) Has been skipped

This commit is contained in:
2026-06-06 15:46:20 +02:00
parent 77c420f5bf
commit 7b81d7b00d
+3 -2
View File
@@ -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