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:
@@ -29,7 +29,7 @@
|
||||
|
||||
|
||||
$this->eml->__construct();
|
||||
|
||||
$this->eml->Mailer = "smtp";
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user