Hi,

Please use {} brackets on tables of all of your sql query's. If a user has a table prefix, your module wont work. Easy to fix, if someone has this problem, just edit the module and add {} to table names like: "SELECT uid FROM users ... " --> "SELECT uid FROM {users} ..." knowing sql helps.

Comments

somebodysysop’s picture

Status: Active » Fixed

knowing sql helps

Knowing Drupal helps even more!

Patch: http://drupal.org/files/issues/views_mail.module.5.x-2.0a.patch

Will be included in next release.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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