fishpig/magento2-smtp

There is no license information available for the latest version (1.0.4) of this package.

Send all Magento 2 emails using Google, Office 365 or a generic SMTP service.

Installs: 59

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.4 2023-11-14 14:42 UTC

This package is auto-updated.

Last update: 2024-04-14 15:44:36 UTC


README

This module allows you to use your Google (GSuite or GMail) account to send your Magento 2 emails.

This isn't the first free module to offer this functionality, but I think it's the first to do so without any bloat.

composer require fishpig/magento2-smtp && \
bin/magento module:enable FishPig_Smtp && \
bin/magento setup:upgrade --keep-generated