Closed (fixed)
Project:
HTML Mail
Version:
7.x-2.34
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2011 at 08:43 UTC
Updated:
10 May 2011 at 11:11 UTC
While sending a test message with htmlmail module I got:
Undefined variable: headers in HTMLMailSystem->mail() (linea 153 di [...]htmlmail.mail.inc)
I guess that line 153
$headers = $mime->txtHeaders($headers);
should probably be
$headers = $mime->txtHeaders($message['headers']);
Comments
Comment #1
pillarsdotnet commentedThank you for the report.
Fixed in the 7.x-2.34 release.