-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -218,7 +218,7 @@ public function createMessageWithCustomHeaders(): Message | |
$message = new Message( | ||
new Address("[email protected]"), | ||
new Address("[email protected]"), | ||
"We need a special character - Ø - so that escapeHeaderValue is used, and more than 75 characters - see documentation for quoted_printable_encode()", | ||
"We need a special character - Ø - so that quoted_printable_encode is used, and more than 75 characters - see documentation for quoted_printable_encode()", | ||
"Hello!" | ||
); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -341,7 +341,7 @@ public function writeMessageWithCustomHeaders(UnitTester $I): void | |
Date: Thu, 15 Sep 2016 17:20:54 +0200 | ||
To: [email protected] | ||
From: [email protected] | ||
Subject: =?UTF-8?Q?We need a special character - =C3=98 - so that escapeHeaderValue is used, and more than 75 characters - see documentation for quoted_printable_encode()?= | ||
Subject: =?UTF-8?Q?We need a special character - =C3=98 - so that quoted_printable_encode is used, and more than 75 characters - see documentation for quoted_printable_encode()?= | ||
MIME-Version: 1.0 | ||
X-Custom-Header: custom-value | ||
Content-Type: text/plain; charset=UTF-8 | ||
|