From de6b0790757626d06babf15683b2f079e0c4ab88 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 16 Jun 2017 11:29:29 +0000 Subject: [PATCH] mail: Add the headers with \r\n instead of \n git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3780 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail.php b/mail.php index da3fef0..928fc6d 100644 --- a/mail.php +++ b/mail.php @@ -1109,7 +1109,7 @@ class mail if (substr ($value, -1) !== "\n" && substr ($value, -1) !== "\r" && substr ($value, -2) !== "\r\n") - $value .= "\n"; + $value .= "\r\n"; if ($sectionID === null) { $sectionMainID = $this->sectionMainID ();