https://github.com/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.
https://github.com/jonatanrdsantos/magento2-module-email
admin amazon-ses amazon-simple-email-service backend ecommerce email magento magento-2 magento2 magento2-email send-email-magento2 sendmail smtp
Last synced: 4 months ago
JSON representation
Easily configure Magento 2 to send transactional emails using popular SMTP servers such as Gmail, G Suite, Amazon SES, and more.
- Host: GitHub
- URL: https://github.com/jonatanrdsantos/magento2-module-email
- Owner: jonatanrdsantos
- License: mit
- Created: 2023-02-26T21:39:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-03T00:18:25.000Z (over 2 years ago)
- Last Synced: 2024-12-29T06:22:13.848Z (5 months ago)
- Topics: admin, amazon-ses, amazon-simple-email-service, backend, ecommerce, email, magento, magento-2, magento2, magento2-email, send-email-magento2, sendmail, smtp
- Language: PHP
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Magento 2 Module Jonatanrdsantos_Email
[](https://packagist.org/packages/jonatanrdsantos/magento2-module-email)
[](https://packagist.org/packages/jonatanrdsantos/magento2-module-email)
[](https://packagist.org/packages/jonatanrdsantos/magento2-module-email)
[](https://codecov.io/github/jonatanrdsantos/magento2-module-email)



jonatanrdsantos/magento2-module-email
- [Main Functionalities](#markdown-header-main-functionalities)
- [Installation](#markdown-header-installation)## 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`