I cannot select to send html mail in the "default mail system" box, with the HTML mail module installed on a drupal 6 installation
the new settting box adds my module and key NOT in the cbo but like in the image attached
So all mails are now sent as plain text, please help!

CommentFileSizeAuthor
FOUT.jpg77 KByeaha

Comments

yeaha’s picture

forgot to say I got this error when running the update.php script after installing html mail module:

Invalid argument supplied for foreach() in serverpath/drupal/update.php on line 338

array_merge() [function.array-merge]: Argument #2 is not an array in serverpath/drupal/update.php on line 174.

array_flip() [function.array-flip]: Can only flip STRING and INTEGER values! in 'serverpath/sites/all/modules/contrib/mailsystem/mailsystem.admin.inc on line 136.

pillarsdotnet’s picture

Status: Active » Postponed (maintainer needs more info)

Please re-try with the latest versions of HTML Mail, which adds some sanity checks for required dependencies.

If the array_flip() error re-occurs, could you please post the result of this query?

  select value from variable where name='mail_system';
pillarsdotnet’s picture

Version: 6.x-1.8 » 6.x-1.9
Status: Postponed (maintainer needs more info) » Fixed

Fixed in 6.x-1.9 release. Sorry for the inconvenience.

yeaha’s picture

thank you, i reinstalled the modules and now it works to send html mail

pillarsdotnet’s picture

Assigned: Unassigned » pillarsdotnet

Status: Fixed » Closed (fixed)

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