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

pillarsdotnet’s picture

Version: 7.x-2.33 » 7.x-2.34
Status: Active » Fixed

Thank you for the report.

Fixed in the 7.x-2.34 release.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.