I'm working on getting the mimemail and smtp modules to work together and I found a bug in line 64. It reads:

if (count($engines == 1)) {

And it should read:

if (count($engines) == 1) {

-bennybobw

Comments

bennybobw’s picture

This issue has been fixed in HEAD

deekayen’s picture

Status: Active » Fixed

Changes seem to have hit as part of 1.13.2.4 in DRUPAL-4-7, 1.14.2.4 in DRUPAL-5, and 1.18 in HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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