Skip to content

Commit 09cb75e

Browse files
authored
Update MimePart.php
1 parent 98d4606 commit 09cb75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Mail/MimePart.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct(
4848
?string $type = MimeInterface::TYPE_HTML,
4949
?string $fileName = null,
5050
?string $disposition = MimeInterface::DISPOSITION_INLINE,
51-
?string $encoding = MimeInterface::ENCODING_UTF8,
51+
?string $encoding = MimeInterface::ENCODING_QUOTED_PRINTABLE,
5252
?string $description = null,
5353
?array $filters = [],
5454
?string $charset = self::CHARSET_UTF8,

0 commit comments

Comments
 (0)