faonni/module-order-force-email

Extension force send order confirmation email.


Keywords
confirmation, email, magento2, magento2-extension, online-payments
License
OSL-3.0

Documentation

Magento2 Order Force Email

Extension send order confirmation emails when an order is placed and paid with online payment methods (paypal, authorize etc).

Magento2 Order Force Email

Install with Composer as you go

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer require faonni/module-order-force-email

    Wait while dependencies are updated.

  3. 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)