jonatanrdsantos / magento2-module-email
Easily configure Magento 2 to send transactional emails using popular SMTP servers such as Gmail, G Suite, Amazon SES, and more.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~8.1.0
- magento/framework: >=103.0.0
- magento/module-backend: >=102.0.5
- magento/module-config: >=101.2.5
- magento/module-email: >=101.1.5
Requires (Dev)
- phpmd/phpmd: ^2.12.0
- phpstan/phpstan: ^1.6.8
- phpunit/phpunit: ~9.5.20
- squizlabs/php_codesniffer: ~3.6.0
README
jonatanrdsantos/magento2-module-email
Main Functionalities
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.
Installation
In production please use the --keep-generated
option
Type 1: Zip file
- 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
Type 2: Composer
- 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