monashee / module-smtp
Magento 2 extension which allows custom SMTP such as SendGrid, MailUp etc for sending transactional email
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~5.6.5|7.0.2|7.0.4|~7.0.6
Requires (Dev)
- phpunit/phpunit: 4.1.0
This package is not auto-updated.
Last update: 2024-11-09 21:17:11 UTC
README
Magento 2 module which allows custom SMTP such as SendGrid, MailUp etc for sending transactional email.
- ACL
- Multi-store
- Tests
Admin configurations located at Stores -> Configuration -> Advanced -> System -> Custom SMTP
Screenshot
Install
Composer
composer require monashee/module-smtp
Enable Module
php bin/magento module:enable Monashee_Smtp
php bin/magento setup:upgrade
php bin/magento setup:di:compile
You may need to Flush Magento Cache after installation.
Manual Download
Click here to download latest release
Uninstall
I would suggest removing the module since it overwrites the Mail Sending Settings.
php bin/magento module:disable Monashee_Smtp php bin/magento module:uninstall Monashee_Smtp php bin/magento setup:di:compile
Magento should remove it from your composer.json and composer.lock files as well as deleting from vendor folder.