We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d4606 commit 09cb75eCopy full SHA for 09cb75e
lib/internal/Magento/Framework/Mail/MimePart.php
@@ -48,7 +48,7 @@ public function __construct(
48
?string $type = MimeInterface::TYPE_HTML,
49
?string $fileName = null,
50
?string $disposition = MimeInterface::DISPOSITION_INLINE,
51
- ?string $encoding = MimeInterface::ENCODING_UTF8,
+ ?string $encoding = MimeInterface::ENCODING_QUOTED_PRINTABLE,
52
?string $description = null,
53
?array $filters = [],
54
?string $charset = self::CHARSET_UTF8,
0 commit comments