risecommerce / magento-2-email-attachments-extension
Risecommerce Email Attachments Extension for Magento 2
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.0.13|~7.1.0|~7.2.0|~7.3.0|~7.4.0|^8.1
This package is auto-updated.
Last update: 2024-12-15 09:31:45 UTC
README
Risecore Technologies Pvt. Ltd.
##WhatsApp Chat Extension
Risecommerce_EmailAttachments provides seamless file sharing within emails, streamlining communication with secure and efficient attachment handling for enhanced productivity and collaboration. Elevate your email experience with easy access to important documents, fostering a smoother workflow for your business.
##Support: version - 2.3.,2.4.
##How to install Extension
Method I:
1. Download the archive file.
2. Unzip the file
3. Create a folder [Magento_Root]/app/code/Risecommerce/EmailAttachments
4. Drop/move the unzipped files to directory '[Magento_Root]/app/code/Risecommerce/EmailAttachments'
Method II:
Using Composer
composer require risecommerce/magento-2-email-attachments-extension:1.2.0
Enable Extension:
php bin/magento module:enable Risecommerce_EmailAttachments
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento setup:static-content:deploy
php bin/magento cache:flush
Disable Extension:
php bin/magento module:disable Risecommerce_EmailAttachments
php bin/magento setup:upgrade
php bin/magento cache:clean
php bin/magento setup:static-content:deploy
php bin/magento cache:flush