You are here

function sparkpost_enable in Sparkpost email 7.2

Same name and namespace in other branches
  1. 7 sparkpost.install \sparkpost_enable()

Implements hook_enable().

File

./sparkpost.install, line 46
Install, update and uninstall functions for the sparkpost module.

Code

function sparkpost_enable() {
  mailsystem_set(array(
    'sparkpost_test' => 'SparkpostMailSystem',
  ));
}