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

aj045’s picture

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

ginga8’s picture

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.

jwarner’s picture

You can map the workflow module to specific content types: http://drupal.org/project/workflow

KingMoore’s picture

notifications should do what you want, although it might be overkill.