Summary | _addExternalData($body_html) erases the html body while sending |
Queue | IMP |
Queue Version | 6.0.1 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | jean.claveau (at) c277 (dot) fr |
Created | 11/10/2012 (4618 days ago) |
Due | |
Updated | 11/16/2012 (4612 days ago) |
Assigned | 11/10/2012 (4618 days ago) |
Resolved | 11/16/2012 (4612 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Feedback
Priority ⇒ 1. Low
broken. And please read the documentation regarding
$conf['compose']['convert_to_related'].
Priority ⇒ 3. High
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ _addExternalData($body_html) erases the html body while sending
Type ⇒ Bug
State ⇒ Unconfirmed
if (empty($options['nofinal'])) {
$body_html = $this->_addExternalData($body_html);
because every messages had empty html content.
I don't have enough time to investigate into the _addExternalData
method so I hope I'll be able to look forward next week to check if
it's related to my server configuration.
Anyway it looks really serious to me, I guess to you too.