yukoff/magento2-sendgrid-smtp
Composer 安装命令:
composer require yukoff/magento2-sendgrid-smtp
包简介
Configure Magento 2 to use SendGrid SMTP server to send email
README 文档
README
Configure Magento to use SendGrid's SMTP server to send all transactional emails.
Note: You need a valid SendGrid account.
1. Install SendGrid SMTP Plugin
Using Composer
composer require yukoff/magento2-sendgrid-smtp
Using Source Code
composer config repositories.yukoff-sendgridsmtp git git@github.com:yukoff/magento2-sendgrid-smtp.git
composer require yukoff/magento2-sendgrid-smtp
Manual Installation
Install SendGrid SMTP plugin for Magento2
- Download the extension
- Unzip the file
- Create a folder {MAGENTO_ROOT}/app/code/SendGrid/SendGridSmtp
- Copy the content from the unzipped folder
2. Enable SendGrid SMTP Plugin
php -f bin/magento module:enable --clear-static-content SendGrid_SendGridSmtp
php -f bin/magento setup:upgrade
3. Config SendGrid SMTP Plugin
Log into your Magetno2 backend, then goto Store -> System -> SendGrid SMTP and enter your email credentials, SendGrid category (if used) etc.
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2016-08-10