By ginga8 on
Is there any modules out there that will allow for and email to be sent only when a certain content type is created. Maybe this is in Drupal 6 and I missed it.
Is there any modules out there that will allow for and email to be sent only when a certain content type is created. Maybe this is in Drupal 6 and I missed it.
Comments
Should be able to use
Should be able to use Actions to do this. I'm not super familiar with D6 yet but there are a few tutorials on drupal.org for it.
http://drupal.org/search/node/actions+type%3Abook
I thought that too
Seems that the action are for post in general and not for a specific content type which I would like. I have my site set up with content type of FAQ's that when a user creates a FAQ and only a FAQ that an email is sent off to an individual responsible for moderating that content.
Try the Workflow Module
You can map the workflow module to specific content types: http://drupal.org/project/workflow
notifications
notifications should do what you want, although it might be overkill.