653

Product support

Get help in the plugin support forum.

Categories

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.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.
1.0.0

Sendgrid Plugin for OctoberCMS

Sep 10, 2018