Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 451 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 451 Bytes

Magento2 Smtp

Extension enables you to easily use your own custom SMTP server for sending mail.

Install with Composer as you go

  1. Go to Magento2 root folder

  2. Enter following commands to install module:

    composer require faonni/module-smtp

    Wait while dependencies are updated.

  3. Enter following commands to enable module:

    php bin/magento setup:upgrade
    php bin/magento setup:static-content:deploy