monashee/module-smtp
Composer 安装命令:
composer require monashee/module-smtp
包简介
Magento 2 extension which allows custom SMTP such as SendGrid, MailUp etc for sending transactional email
关键字:
README 文档
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.
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2017-03-06
