Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information