Send all mails to a defined mail address or add to all mails a BCC. Also in this module you can enable a fix if you have problems when the shop hosted at a Profihost server.
https://github.com/vanilla-thunder/fix-phpmailer
This extension was created for Oxid 6.x.
-
Copy files into following directory
source/modules/rs/mailreceiver
-
Add to composer.json at shop root
"autoload": { "psr-4": { "rs\\mailreceiver\\": "./source/modules/rs/mailreceiver" } },
-
Refresh autoloader files with composer in the oxid root directory.
composer dump-autoload
-
Enable module in the oxid admin area, Extensions => Modules
-
Changes settings in the module itself