Adds SMTP support for sending e-mails using the PHPMailer library. Comes with detailed configuration instructions for how to use Google Mail as mail server.
This module uses the PHPMailer library itself, and the SMTP Authentication Support module has forked and includes the smtp and mail classes from PHPMailer library.
This module has support for improved bulk-mail performance through SMTP keep-alive connections (if supported by the mail server).
This module has a built-in e-mail rerouting option (useful during site building and development).
Agreement allows the administrator to present text-based agreements (think "Terms of Service") to users based on page visibility and user role (including anonymous users). It supports multiple agreements, agreement expiration (e.g. yearly agreements).
By default, an agreement is presented to users immediately after login for authenticated users, and must be accepted before the user can navigate to another page.