You are here

function mailgun_enable in Mailgun 7

Implements hook_enable().

File

./mailgun.install, line 31
Install, update and uninstall functions for the Mailgun module.

Code

function mailgun_enable() {
  mailsystem_set(array(
    'mailgun_test' => 'MailgunMailSystem',
  ));
}