faonni / module-newsletter
Extension include a List-Unsubscribe header in your newsletter emails.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: 7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0
- magento/module-newsletter: 100.2.*
This package is auto-updated.
Last update: 2024-10-29 04:20:12 UTC
README
Extension include a List-Unsubscribe header in your newsletter emails.
It will reduce complaints because your recipients will be able to easily and reliably unsubscribe if they want to. Frustrated users are likely to hit the "Report Spam" button or complain in some other way about the email that they requested, hurting your sender reputation.
Install with Composer as you go
-
Go to Magento2 root folder
-
Enter following commands to install module:
composer require faonni/module-newsletter
Wait while dependencies are updated.
-
Enter following commands to enable module:
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)