netzkollektiv / bcc-mailer
Sends emails a bcc to the merchant
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:shopware-platform-plugin
Requires
- shopware/core: ^6.6
README
This Shopware 6 plugin by Netzkollektiv adds BCC (Blind Carbon Copy) support to outgoing emails, allowing you to archive or monitor sent mail.
Features
- Automatically adds one or more BCC recipients to all outgoing Shopware mails
- Configure BCC addresses via plugin configuration
- Useful for email archiving, compliance, or monitoring purposes
Installation
Requirements
- Shopware 6.6 or higher (may work with earlier versions as well)
- Composer
Installation via Composer
-
Navigate to your Shopware installation root directory:
cd /path/to/shopware
-
Require the plugin using Composer:
composer require netzkollektiv/shopware-bcc-mailer
-
Install and activate the plugin:
bin/console plugin:install --activate NetzkollektivBccMailer
-
(Optional) Clear the cache:
bin/console cache:clear
Configuration
After installation, go to the Admin Panel > Extensions > My Extensions > Netzkollektiv BCC Mailer and configure the BCC email addresses you want to use.
Plugin Commands
To manage the plugin via CLI:
bin/console plugin:install --activate NetzkollektivBccMailer bin/console plugin:update NetzkollektivBccMailer bin/console plugin:uninstall NetzkollektivBccMailer bin/console plugin:remove NetzkollektivBccMailer
Support
For issues or feature requests, please open an issue on the GitHub repository.
© NETZKOLLEKTIV – Made with ❤️ for Shopware