Skip to content

Mailer

Open Mailer page

The Mailer configuration page allows administrators to manage email settings for their Drupal site. Key settings include:

  • SMTP Server: Specify the SMTP server address used for sending emails.
  • SMTP Authentication: Enter the username and password for SMTP authentication.
  • Email Address: Set the default from email address for outgoing emails.
  • Email Format: Choose the format for emails (plain text or HTML).

The Reroute Email module for Drupal allows administrators to redirect all outgoing emails from a Drupal site to a predefined email address. This is particularly useful for testing and development environments where you want to avoid sending emails to real users.

  • Redirect All Emails: Route all outgoing emails to a specified address.
  • Configurable Settings: Easily configure which email address receives the rerouted emails.
  • Domain-Specific Configuration: Customize reroute settings per domain.
  • Prevent Accidental Emails: Avoid sending test or development emails to actual users.
  • Safe Testing: Safely test email-related functionality without affecting real users.
  1. Install the Module: Download and enable the Reroute Email module from the Drupal repository.
  2. Set the Reroute Email Address: Configure the email address where all outgoing emails should be redirected.
  3. Domain-Specific Settings: If using multiple domains, set different reroute addresses for each domain if needed.

By using the Reroute Email module, you ensure that no unintended emails are sent out during development and testing, protecting user privacy and maintaining a professional workflow.