1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Tests: e107EmailTest::testMsgHTML(): Enforce SMTP-style line endings

On older PHP versions, the line ending seems to be indeterminate?

Changing the test mailer from "mail" to "smtp" should enforce CRLF
line endings instead of maybe CRLF, maybe LF.
This commit is contained in:
Nick Liu
2022-12-29 22:08:52 +01:00
parent 43792c4505
commit eba3a9a367

View File

@@ -29,7 +29,7 @@
$this->eml->__construct();
$this->eml->Mailer = "smtp";
}
/*