Skip to content

Magento2 Smtp

Kiwi SMTP module

This is a hassle free module that offers smtp functionality.
Can be installed via composer using this.

composer require kiwicommerce/module-enhanced-smtp
Then running all the magento usual commands: upgrade, compile, deploy. Check the github page for more details.

Mageplaza SMTP

This module is free but requires registration with mageplaza which can add an unnecessary step. Can be installed via composer using this.

composer require mageplaza/module-smtp
Then running all the magento usual commands: upgrade, compile, deploy. Check the github page for more details.