This plugin implements the email sending functionality through SendGrid subscription in the OctoberCMS.
Usage Instructions
- Install the plugin
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
-
Jhean
Found the plugin not useful on 11 Sep, 2019
Sorry. But this plugin do not work. The usage intructions are ambiguous.
-
| 1.0.0 |
Sendgrid Plugin for OctoberCMS Sep 10, 2018 |
|---|