trellis / module-advanced-email-settings
Magento 2 extension that includes extra email settings that are helpful to a merchant.
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 4
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.3.0||~7.4.0
This package is auto-updated.
Last update: 2025-06-10 03:03:22 UTC
README
Brought to you and maintained by Trellis Commerce - A full-service eCommerce agency based in Boston, MA.
Trellis Advanced Email Settings
Magento 2 extension that includes extra email settings that are helpful to a merchant.
- Allows an admin to set a "Reply-To" header on all emails.
- Allows an admin to set one or more "BCC" email addresses on all emails.
- BCC emails can be turned off for specific email templates.
Installation
Follow the instructions below to install this extension using Composer.
composer require trellis/module-advanced-email-settings
bin/magento module:enable --clear-static-content Trellis_AdvancedEmailSettings
bin/magento setup:upgrade
bin/magento cache:flush
Configuration
Global BCC
Configure under Stores > Configuration > Trellis > Advanced Email Settings > Global BCC
- "Enabled?" - enabling this setting will add any specified BCC email address(es) on all emails sent by Magento.
- "BCC Email Address(es)" - a comma separated list of email addresses.
- "BCC Email Template Blacklist" - allows control of which email templates do NOT trigger a BCC email. This is useful for more confidential emails like password reset. This is a comma separated list of the email template identifiers that should NOT receive the BCC emails.
Reply-To
Configure under Stores > Configuration > General > Store Email Addresses > Reply To.
- "Enabled" - enabling this setting will add a "reply-to" header on all emails sent by Magento.
- "Reply To Email" - any responses on emails that Magento sends will be sent to this email address.
- "Reply To Name" - the display name for the Reply To email address.