Hi,

I am using Drupal6.2 for my site. Newly I added blog module in my site. I am the admin for my site. I want to get email notifications if any blog or comment posted by the user.

How can I do this?

Thanks in advance...

Comments

sunwin’s picture

1、admin/settings/actions
Make a new advanced action send email

2、enable trigger module
3、Home › Administer › Site building › Triggers

4、admin/build/trigger/node
Trigger: After saving a new post,select send email action

5、admin/build/trigger/comment
Trigger: After saving a new comment,select send email action
sanjanaa’s picture

Hi sunwin.

Thanks for your timely help. Your solution worked for me.

Actually, my need is get a email notification if any blogs/comments posted by the user.
For blog no problem for me now. (Done by your solution).
For comment also i am getting the same message content in that mail.

What now i am actually want is, I have to differentiate the mails by "This is for Blog entry", "This is for comment".

Is there anyway to differentiate the mail according to post type?

I am giving mail subject and content in Actions. So the same content i am getting for all.

Can you please provide solution for my problem?

Thanks in advance.

sunwin’s picture

1、admin/settings/actions

you can create different send email action for post and comment

2、admin/build/trigger

you can select different email action for post and comment

sanjanaa’s picture

Hi sunwin, thanks for your kindly help.

Solution given by you working fine my requirement.

Thanks a lot.

tryitonce’s picture

.... there are also the modules of Messaging and Notifications if you want to do ths on a more regular basis and allow users to set-up notifications themselves.