tags:

views:

26

answers:

2

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?

+1  A: 

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

Jeremy French
A: 

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.

mirzu

related questions