Opening note : It's been a few years since I last used Drupal.
The company I work for needs to send a quarterly press review to a list of clients. Each article has to be reviewed to ensure that it is relevant. I imagined the following scenario:
Drupal would gather RSS feeds from specialized websites. In Drupal, I would then filter the feeds for the last 3 months (views) and, through a checkbox, select the relevant articles after review (Better Exposed Filters?). Finally, I would tell Drupal to send the checked articles throught an email list registered somewhere on the site.
Can this be done with Drupal without coding a new module? If so, what would be the main tasks/modules?
Thank you.