Skip to content

sarahman/sendgrid-plugin-for-october-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.php file.
   'sendgrid' => [
       'api_key' => env('SENDGRID_API_KEY'),
   ]
  • Add the value of SENDGRID_API_KEY key in the .env file.

Configuration

In order to use the plugin you need to get the API key from your SendGrid account.

  1. In the OctoberCMS back-end go to the System / Settings page and click the Mail Configuration link.
  2. In the Mail Settings form,
    • Select the SendGrid option in the Mail method dropdown.
    • Enter the SendGrid API key in the SendGrid API Key text box.
    • Then submit this form.

That's it! Happy mailing!!!

About

SendGrid plugin of sending email in OctoberCMS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages