View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019655 | mantisbt | public | 2015-04-23 12:29 | 2024-06-05 10:52 | |
Reporter | cdijoux | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Summary | 0019655: Email content line length + html | ||||
Description | Hello, I think that the email line_length must be a parameter, not hardcoded and set to "80". core/email_api.php :
| ||||
Tags | No tags attached. | ||||
I think the 80 length is tied to the email text format. So the code may be: if (config_get("email_is_html", false ) ) { But it may be great to parameter it as 80 caracters is sometimes too short in text email while this historical length limit may have not more sens now (so, it may even be deleted?!). |
|