Page MenuHomePhabricator

Email address confirmation email, missing line breaks
Closed, ResolvedPublic

Description

Author: hi.mary

Description:
Email address confirmation emails are missing line breaks. I don't know if other
emails are affected.

  • Confirmed in a raw view of the email source, entire message appears on one

long line.

  • Tried two different email accounts, one with my ISP (Shaw), the other GMail.

Same result.

  • Local setup on WinXP. Apache 2, PHP 5.1.4, MySQL 5.0.18. I'm not sure if

there's any other info you need.

I was able to fix the problem by adding:

$body = str_replace("\n", "\r\n", $body);

to the userMailer function inside includes/UserMailer.php


Version: 1.6.x
Severity: normal
OS: Windows XP
Platform: PC

Details

Reference
bz6336

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:18 PM
bzimport set Reference to bz6336.
bzimport added a subscriber: Unknown Object (MLST).

This was a long time ago fixed with r17001.