symfony_mailer_from_filter
5 sites
No security coverage
Introduction
The Symfony Mailer Reply-to module limits all outgoing email 'From' addresses to a whitelist and moves unrecognized 'From' addresses to the 'Reply-to' address.
The primary use case for this module is when the outgoing email server will only send emails from a known email address or domain.
Requirements
Drupal Symfony Mailer integrates Symfony Mailer into Drupal
Installation
Install as you would normally install a contributed Drupal module. See: https://www.drupal.org/node/895232 for further information.
Configuration
- Add 'From filter' to Mail policies as needed (/admin/config/system/mailer)
Similar modules
- Webform Reply To allows you to customize the Reply-To for each webform.
- Contact Reply-To replaces From with site email, and uses it for Reply-To for contact forms only.