Extension force send order confirmation email.
Extension send order confirmation emails when an order is placed and paid with online payment methods (paypal, authorize etc)., (*1)
Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x, (*2)
Go to Magento2 root folder, (*3)
Enter following commands to install module:, (*4)
For Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, (*5)
composer require faonni/module-order-force-email:2.0.*
For Magento CE(EE) 2.3.x, (*6)
composer require faonni/module-order-force-email:2.3.*
For Magento CE(EE) 2.4.x, (*7)
composer require faonni/module-order-force-email:2.4.*
Wait while dependencies are updated., (*8)
Create a folder {Magento root}/app/code/Faonni/OrderForceEmail, (*9)
Download the corresponding latest version, (*10)
Copy the unzip content to the folder ({Magento root}/app/code/Faonni/OrderForceEmail), (*11)
Go to Magento2 root folder, (*12)
Enter following commands:, (*13)
```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional), (*14)
In the Magento Admin Panel go to Stores > Configuration > Sales > Sales Emails., (*15)
, (*16)
This works only with modules defined as Composer packages., (*17)
Go to Magento2 root folder, (*18)
Enter following commands to remove database data:, (*19)
```bash php bin/magento module:uninstall -r Faonni_OrderForceEmail, (*20)
Go to Magento2 root folder, (*21)
Enter following commands to remove:, (*22)
composer remove faonni/module-order-force-email
Go to Magento2 root folder, (*23)
Enter following commands:, (*24)
```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional), (*25)