From fafa6cd3cd6ca2efb24b90e3ce26c5675e6d01cc Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 7 May 2023 20:38:07 +0000 Subject: [PATCH] remove todo --- Message/Mail/Email.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Message/Mail/Email.php b/Message/Mail/Email.php index 38265c5cd..73ecb33c2 100755 --- a/Message/Mail/Email.php +++ b/Message/Mail/Email.php @@ -2090,7 +2090,6 @@ class Email implements MessageInterface $this->bodyAlt = self::normalizeBreaks($this->html2text($message, $advanced), self::$LE); if (empty($this->bodyAlt)) { - // @todo: localize $this->bodyAlt = 'This is an HTML-only message. To view it, activate HTML in your email application.' . self::$LE; }