By andrew_hoffi on
I'd like to send an e-mail to the user when a node is submitted for publication, it would act as a receipt for their submission. Is there a simple way of doing this?
I'd like to send an e-mail to the user when a node is submitted for publication, it would act as a receipt for their submission. Is there a simple way of doing this?
Comments
Take a look at trigger and
Take a look at trigger and actions modules. I think both are core.
Triggers allow you to fire off events, such as node submission. Actions respond to triggers, and do something with the event.
So your trigger would be 'On node submit' and the action would be 'Email author'.
Add token module for richly customised messages.