Taxonomy timer looks very promissing for me. But is there any possibility to turn off email notification? Maybe some patch? Or can you tell me where I can change this in code.

Regards

Comments

Madapple’s picture

i would like to know this myself...

suydam’s picture

This feature doesn't exist right now (if you send me a patch, I'll consider adding it though!).

The code for sending emails is on line 107:

						drupal_mail('ttnotificationkey',$to,$subject,$tmp_message,$from);

again on line 144:

						drupal_mail('ttnotificationkey',$to,$subject,$tmp_message,$from);

If you comment out those two lines, emails will stop going out.

suydam’s picture

Status: Active » Needs work
suydam’s picture

Category: support » feature
Status: Needs work » Postponed