I understand that I can't edit the subject, and I can only edit one global e-mail body. What I'd like to do is modify the subject and e-mail body based on the $node->type. I'm still learning the ropes, but is there any way I can hook into this and change it via a custom module? I know it won't be that easy to edit, but I'm ok with that workaround in the meantime.
I've made a custom module to modify some of my forms and what not, and I was wondering if I can make one to further customize this.
Thank you!
Comments
Comment #1
solipsist commentedWatcher doesn't expose anything of what it does as a hook so a module cannot extend it this way. You'll need to hack watcher.module to achieve what you're planning.