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?
To send your own emails in drupal you need to implement hook_mail() and then invoke this using drupal_mail()
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.
精彩评论