Drupal
I want to implement a post in the Drupal background after posting an article to send a message to the designated person.
If you publish a static page, send a message to the specified person.
This function I tried a lot of plug-ins can not be implemented, please specify the master?
Thank you
Reply to discussion (solution)
Let's see if there's this extension feature. If not, you can change his source code, there should be an interface or something. Just add a mail.
Write your own hooks to achieve it.
I want to implement a post in the Drupal background after posting an article to send a message to the designated person.
If you publish a static page, send a message to the specified person.
This function I tried a lot of plug-ins can not be implemented, please specify the master?
Thank you
I am going to modules\node\node.module this file to write the function of e-mail, e-mail system I am ready to do, I can not include PHP files in this file, ask how to write ah?