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.
Package info
github.com/bentideswell/magento2-smtp
Type:magento2-module
pkg:composer/fishpig/magento2-smtp
1.0.4
2023-11-14 14:42 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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