sarahman/sendgrid-plugin-for-october-cms
Composer 安装命令:
composer require sarahman/sendgrid-plugin-for-october-cms
包简介
SendGrid plugin of sending email in OctoberCMS
README 文档
README
SendGrid integration plugin
This plugin implements the SendGrid subscription form functionality for the OctoberCMS.
Usage Instruction
-
Clone this plugin repository and name it to
plugins/sarahman/mailer. -
Go to that folder and run this command:
composer install
- Add the following code in the
config/services.phpfile.
'sendgrid' => [ 'api_key' => env('SENDGRID_API_KEY'), ]
- Add the value of
SENDGRID_API_KEYkey in the.envfile.
Configuration
In order to use the plugin you need to get the API key from your SendGrid account.
- In the OctoberCMS back-end go to the System / Settings page and click the
Mail Configurationlink. - In the
Mail Settingsform,- Select the
SendGridoption in theMail methoddropdown. - Enter the
SendGridAPI key in theSendGrid API Keytext box. - Then submit this form.
- Select the
That's it! Happy mailing!!!
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-30