This project is not covered by Drupal’s security advisory policy.
The SMTP User Authentication module is designed to allow authenticated users to send outgoing mail using their own authentication credentials. As a fall-back, a server-wide configuration is also available for anonymous users or those users who have not configured their own credentials.
Additionally, the SMTP User Authentication module is designed to take some of the waiting out of the process of sending a mail message via Drupal. Typically, a user sending a message is required to wait while the SMTP server is contacted - and the message is sent - before they are allowed to continue their browsing experience. On its own, this module allows administrators the option of having mail queued to be sent during cron runs rather than making the user wait. In conjunction with the HTTP Parallel Request Library, this module allows mail messages to be sent instantly, in a separate background process, freeing up Cron to handle other tasks.
Features
- Server-wide or per-user SMTP authentication support
- Users may optionally specify a unique server configuration for SMTP authentication
- Support for SMTP authentication via SSL
- Mail can be queued rather than sent in the current thread (no waiting)
- Queued mail can be sent during Cron, or immediately in a separate process via support for the HTTP Parallel Request Library
Requirements
- This module requires the PHP PEAR Mail Library
- *OPTIONAL* For background mail processing, it is also highly recommended that you install the HTTP Parallel Request Library
Sponsorship
This module is sponsored by ISPTrader. ISPTrader is a worldwide provider of both new and certified pre-owned networking equipment.
Project information
- Created by ISPTraderChris on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.