docs: clarify documentation
Publish Docker Images / push-docker (push) Has been cancelled
Publish Docker Images / coverage-and-sonar (push) Has been cancelled
Publish Docker Images / build-docker (push) Has been cancelled

This commit is contained in:
2026-06-06 15:46:20 +02:00
parent f772a7a274
commit bd158dc26b
+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