Development

#3313 (PHPMailer using wrong line ends under Windows in Sf 1.0.x)

You must first sign up to be able to contribute.

Ticket #3313 (closed defect: fixed)

Opened 6 months ago

Last modified 5 months ago

PHPMailer using wrong line ends under Windows in Sf 1.0.x

Reported by: diogobaeder Assigned to: fabien
Priority: minor Milestone: 1.0.17
Component: other Version: 1.0.12
Keywords: mail sfmail phpmailer Cc:
Qualification: Unreviewed

Description

The PHPMailer vendor class contains a line end property, named $LE, using automatically "\n" as it's value. However, under Windows servers, it should be "\r\n". I suggest the developers here to update the PHPMailer library, so as to try to get rid of this problem.

Change History

05/22/08 11:01:23 changed by FabianLange

  • status changed from new to closed.
  • resolution set to fixed.

(In [9181]) fixed phpmailer EOL line style using now PHP_EOL constant. fixes #3313

05/22/08 11:01:58 changed by FabianLange

  • milestone set to 1.0.17.

just fixed this constant. upgrading phpmailer wouldnt help as they havent fixed this.