drupal 用户电子邮件

发布于 2024-09-07 10:17:29 字数 79 浏览 6 评论 0原文

您好,我想知道在 drupal 中发送新闻通讯的最佳方式是什么。我为每个注册用户实现了一个模块(用户页面)。如何将页面作为新闻通讯发送给该用户?

hi i want to know whats the best way for sending newsletter in drupal. And i implemented a module ( user page )for each registered user . how to send the page as newsletter to that user as newsletter?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

凑诗 2024-09-14 10:17:29

要在 drupal 中发送您自己的电子邮件,您需要实现 hook_mail() ,然后使用 drupal_mail() 调用它

To send your own emails in drupal you need to implement hook_mail() and then invoke this using drupal_mail()

逐鹿 2024-09-14 10:17:29

我过去曾使用过 simplenews ,为了快速通过电子邮件发送时事通讯,我发现没有任何方法可以快速工作而且很容易。然而那是一年前的事了,所以自从我实施以来可能会有更多选择。

I have used simplenews in the past and for a quick way to email a newsletter nothing I found worked a quickly and easily. However that was a year ago, so there might be more options since I implemented that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文