php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26192 The mail function out putting extra spaces between each line
Submitted: 2003-11-10 17:00 UTC Modified: 2003-11-17 18:19 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: bpaulson at chieftain dot com Assigned:
Status: No Feedback Package: Mail related
PHP Version: 4.3.4 OS: Linux Redhat 7.3
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-11-10 17:00 UTC] bpaulson at chieftain dot com
Description:
------------
Mail function in php 4.3.3 and 4.3.4, double the line breaks in the mail function. Output is ok on page when put in side pre tags.

Reproduce code:
---------------
http://www.chieftain.com/development/mTest.php

Expected result:
----------------
Mail should be recived with single carrige returns.

This 
is a Test 
Message

Actual result:
--------------
result is extra line breaks inserted


This 

is a Test 

Message


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-11-10 19:29 UTC] iliaa@php.net
Does your original mail use \r\n or just \n?
 [2003-11-17 18:19 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 06:01:32 2024 UTC