Closed
Bug 432493
Opened 17 years ago
Closed 17 years ago
Confirmation emails are word-wrapped too often
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wenzel, Unassigned)
References
()
Details
We use the PHPMailer library to send mails. It works well so far, but there are issues around its quoted printable encoding:
Japanese (UTF-8) subject lines are broken (bug 412409).
Also, in the message body there seem to be too many "hard" line breaks. While the library correctly breaks after 76 characters, it should use a "=" character to denote a soft line break (not to be displayed by the MUA), unless the message body string actually has an intentional line break in that place.
Both problems make our emails slightly unappealing to users, the former for Japanese ones only, the latter to all.
Reporter | ||
Comment 1•17 years ago
|
||
By the way, I updated phpmailer localy to its stable v2.0.0, but the two bugs persist.
Reporter | ||
Comment 2•17 years ago
|
||
Actually, the word wrap problem came from the email component, which contained a "wordwrap = 50" (characters) option for no good reason. I commented it out (r12868), and the second issue is fixed now, reducing this to the utf-8 issue of bug 412409 only, so marking this fixed.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Summary: Issues with PHPMailer library → Confirmation emails are word-wrapped too often
Reporter | ||
Updated•17 years ago
|
Keywords: push-needed
Updated•17 years ago
|
Keywords: push-needed
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•