jonatanrdsantos/magento2-module-email
The ultimate solution for your store's email functionality with this powerful Magento 2 SMTP Email Extension! Effortlessly configure your email settings to work with a variety of SMTP servers like Gmail, Sendinblue, Mailgun and more for fast and reliable delivery. Take complete control of your email communications with easy installation and configuration.
In production please use the --keep-generated
option
- Unzip the zip file in
app/code/Jonatanrdsantos/Email
- Enable the module by running
php bin/magento module:enable Jonatanrdsantos_Email
- Apply database updates by running
php bin/magento setup:upgrade
- Flush the cache by running
php bin/magento cache:flush
- Install the module with composer by running
composer require jonatanrdsantos/magento2-module-email
- Enable the module by running
php bin/magento module:enable Jonatanrdsantos_Email
- Apply database updates by running
php bin/magento setup:upgrade
- Flush the cache by running
php bin/magento cache:flush