简体   繁体   English

Drupal-当节点的管理员更改属性时发送电子邮件通知

[英]Drupal - Send email notification when admin change attribute of node

I'm trying to find a way, how to create email notification. 我正在尝试找到一种方法,如何创建电子邮件通知。 I have content type "Item" with price attribute. 我具有带有价格属性的内容类型“项目”。

First I need to add possibility to sign in some email to created content - some kind of watchdog - I don't want to be registered as a new user to be able to add email. 首先,我需要增加一些可能性来登录创建内容的电子邮件-一种看门狗-我不想注册为新用户才能添加电子邮件。 And if admin update price of this content, I need to send email to all registered emails (registered emails only for updated content) 如果管理员更新此内容的价格,我需要将电子邮件发送到所有已注册的电子邮件(已注册的电子邮件仅用于更新内容)

How can I create this watchdog? 如何创建此看门狗? Is there any module? 有没有模块?

Thanks a lot Martin 非常感谢马丁

You can use rules . 您可以使用规则 This module allows you to react on events. 该模块允许您对事件做出反应。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM