Download the PHP package vbdev/magento2-send-personalized-email without Composer
On this page you can find all versions of the php package vbdev/magento2-send-personalized-email. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vbdev/magento2-send-personalized-email
More information about vbdev/magento2-send-personalized-email
Files in vbdev/magento2-send-personalized-email
Download vbdev/magento2-send-personalized-email
More information about vbdev/magento2-send-personalized-email
Files in vbdev/magento2-send-personalized-email
Vendor vbdev
Package magento2-send-personalized-email
Short Description A Magento 2 module Personalized Email
License OSL-3.0 AFL-3.0
Package magento2-send-personalized-email
Short Description A Magento 2 module Personalized Email
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2-send-personalized-email
Magento 2.4.x module Personalized Email
composer require vbdev/magento2-send-personalized-email
Main Functionalities
- Attribute-based email sending module.
- The module will send an e-mail to the customer who makes a purchase containing a product with the attribute that was defined in the Select attribute code field in Stores->Configuration->Sales->Sales Emails->Personalized Email->Custom Attribute Code Select
- The module offers a configuration in the admin, in Stores->Configuration->Sales->Sales Emails->Personalized Email
- In the admin settings, you can select the email template to be sent, but if no template is selected, the module has a default template, which you can include in view/frontend/email/personalized_email_template_example_default.html
- In the admin you can also select the sender email
Type 1: Zip file
- Unzip the zip file in
app/code/Vbdev
- Enable the module by running
php bin/magento module:enable Vbdev_PersonalizedEmail
- Apply database updates by running
php bin/magento setup:upgrade
- Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the module composer by running
composer require vbdev/magento2-send-personalized-email
- enable the module by running
php bin/magento module:enable Vbdev_PersonalizedEmail
- apply database updates by running
php bin/magento setup:upgrade
- Flush the cache by running
php bin/magento cache:flush
All versions of magento2-send-personalized-email with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package vbdev/magento2-send-personalized-email contains the following files
Loading the files please wait ....