You are here

function sendgrid_integration_enable in SendGrid Integration 7

Same name and namespace in other branches
  1. 6 sendgrid_integration.install \sendgrid_integration_enable()

Implemenets hook_enable().

File

./sendgrid_integration.install, line 10
Contains install and update functions for SendGrid Integration

Code

function sendgrid_integration_enable() {
  variable_set('mail_system', [
    'default-system' => 'SendGridMailSystem',
  ]);
}