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()