View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001401 | mantisbt | public | 2002-01-15 16:07 | 2024-06-05 10:57 | |
| Reporter | epu | Assigned To | |||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | new | Resolution | open | ||
| Summary | 0001401: Request option to strip HTML from text-only e-mail | ||||
| Description | Admins can allow users to post using HTML tags, but e-mail is always sent as unformatted text with HTML displayed in-line. This in-line code can make e-mail illegible. To make text-only e-mail legible, give users the ability to enable/disable stripping of HTML from their e-mail body when e-mail is sent as type "Content: Text" or no content type is given. | ||||
| Additional Information | Related to bug 0001353. | ||||
| Tags | No tags attached. | ||||
|
Reopend as I resolved the wrong (older) one. |
|
|
Has something changed recently, HTML emails used to work. this patch worked for me. |
|
This patch enables HTML email. The current issue is a different thing, it's
|
|
|
Here below the email content.
I got the problem when I upgraded from mantis 2.2.1 to 2.6.0 (using same config files, same plugins) To make it work again, I had to hard-code "$t_mail->IsHTML( true );" in core/email_api.php So I'm realy puzzeled, because how could it work before if HTML is disabled in the code ? |
|
|
In my previous message, Mantis seems to have processed the "plain-text HTML" as real HTML, so the sample text is useless. |
|
I quoted the text so the HTML tags are not rendered. |
|
|
Simplier than an option, shouldn't HTML tags in summary and description get stripped in text email format? |
|