mageware / magento2-smtp-mailer
Magento 2.x CE module for utilizing custom SMTP server to send transactional and bulk emails.
Package info
github.com/mageware/magento2-smtp-mailer
Type:magento2-module
pkg:composer/mageware/magento2-smtp-mailer
1.0.1
2017-11-04 19:19 UTC
Requires
- magento/framework: >=100.0 <102
- magento/module-backend: >=100.0 <101
- magento/module-newsletter: >=100.0 <101
- magento/module-store: >=100.0 <101
- mageware/magento2-common: 1.*
This package is not auto-updated.
Last update: 2026-03-09 21:54:48 UTC
README
Magento 2.x CE module for utilizing custom SMTP server to send transactional and bulk emails.
Features
-
Proper support for multistore mode.
-
Separate configuration settings for bulk emails.
Installation Instructions
-
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