fishpig / magento2-smtp
Send all Magento 2 emails using Google, Office 365 or a generic SMTP service.
Installs: 60
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
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