You are here

function sparkpost_enable in Sparkpost email 7

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

Implements hook_enable().

File

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

Code

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