代码之家  ›  专栏  ›  技术社区  ›  ArK Sheeba Nancy

Drupal用户电子邮件

  •  0
  • ArK Sheeba Nancy  · 技术社区  · 14 年前

    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?

    2 回复  |  直到 14 年前
        1
  •  1
  •   Jeremy French    14 年前

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

        2
  •  0
  •   mirzu    14 年前

    我已经用过 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.