********************************************************************
                     D R U P A L    M O D U L E
********************************************************************
Name: massmailer.module
Author: Aaron Welch <welch at advomatic dot com>
********************************************************************

** NOTES **

- This is a mailer interface, and requires an engine module to
  function.
- You can use any of the engine module in the massmailer/engines
  directory.
- Please see the INSTALL.txt file in your engine module directory for
  engine specific install instructions.

INSTALLATION:

1. Place the massmailer directory in the modules directory of your
   Drupal installation.
   
2. Enable this module by navigating to:
        administer > configuration > modules
    
3. Select and save the engine module you are using under the
   massmailer module settings page:

        administer > settings > massmailer

   Once this engine is selected, use the same page to configure it in
   the engine settings section below the massmailer settings.

   The email report address is a required field.

4. Make sure you follow the engine module's install instructions.
