Magento 2.x CE module for utilizing custom SMTP server to send transactional and bulk emails.
-
Proper support for multistore mode.
-
Separate configuration settings for bulk emails.
-
Use composer to download the module:
composer require mageware/magento2-smtp-mailer
-
Enable downloaded module:
php bin/magento module:enable MageWare_Common MageWare_SmtpMailer
-
Upgrade your database:
php bin/magento setup:upgrade