Changeset 34234 for trunk/tests/phpunit/tests/mail.php
- Timestamp:
- 09/16/2015 12:45:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/mail.php
r33124 r34234 13 13 * Send a mail with a 1000 char long line. 14 14 * 15 * `PHPMailer::createBody()` will set `$this->Encoding = 'quoted-printable'` (away from it 's default of 8bit)15 * `PHPMailer::createBody()` will set `$this->Encoding = 'quoted-printable'` (away from its default of 8bit) 16 16 * when it encounters a line longer than 999 characters. But PHPMailer doesn't clean up after itself / presets 17 17 * all variables, which means that following tests would fail. To solve this issue we set `$this->Encoding`
Note: See TracChangeset
for help on using the changeset viewer.