View Issue Details

IDProjectCategoryView StatusLast Update
0019655mantisbtemailpublic2015-05-06 09:25
Reportercdijoux Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0019655: Email content line length + html
Description

Hello,

I think that the email line_length must be a parameter, not hardcoded and set to "80".
Same thing for email in HTML format or not (usefull to change if we use a Wysiwyg editor for descriptions and bugnotes).

core/email_api.php :
@@ -967,0 +967,0 @@

  • $mail->IsHTML( false );
  • $mail->WordWrap = 80;
  • $mail->IsHTML( config_get("email_is_html", false );
  • $mail->WordWrap = config_get("email_word_wrap", 80);
TagsNo tags attached.

Activities

There are no notes attached to this issue.