• PHP's XSL extension
  • Drupal's Views module
  • PHPMailer is a third-party library used by SunMailer to send emails. Many Linux distributions provide it through a package. If not, you can download it at http://phpmailer.worxware.com. Download the regular version, not an alternate version such as PHPMailer-FE. Extract the code to a reasonable location onto your server (e.g.: Ubuntu's libphp-phpmailer creates the directory /usr/share/php/libphp-phpmailer and puts the code there). If you can only access your Drupal installation and not the entire server, put the code somewhere in the sites folder of your Drupal installation. You will need to configure PHPMailer later.
  • Cron (optional) - SunMailer can schedule the newsletter to be sent automatically. This feature requires cron. Drupal provides a good guide to set up cron at http://drupal.org/getting-started/6/install/cron
  • Drupal's Date project (optional) - Both the Date API and the Date Popup modules from Drupal's Date project will improve the user interface.