By sanjanaa on
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...
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
action and trigger module
Need two different body for blog posts and comment posts
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.
create different subject email
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
Hi sunwin, thanks for your
Hi sunwin, thanks for your kindly help.
Solution given by you working fine my requirement.
Thanks a lot.
_
.... 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.