/magento2.Smtp

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

Primary LanguagePHPOpen Software License 3.0OSL-3.0

Magento2 Smtp

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

Configuration

Magento2 Smtp

## 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