faonni/module-smtp 2.1.4

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

Type

magento2-module

License

OSL-3.0

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento2 Smtp

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

Configuration

Magento2 Smtp

Log Message

listing page

Magento2 Smtp

view page

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:

    ```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)