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.

0.1.0 2023-03-02 05:17 UTC

This package is auto-updated.

Last update: 2024-04-30 00:45:58 UTC


README

Latest Stable Version Latest Unstable Version License codecov Maintenance Packagist PHP Version Packagist PHP Version GitHub Workflow Status (with event)

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