Turn off email notification
Qrczak - April 25, 2008 - 12:00
| Project: | Taxonomy Timer |
| Version: | 5.x-1.7 |
| Component: | Miscellaneous |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
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

#1
i would like to know this myself...
#2
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.
#3
#4