'MailgunMailSystem')); } /** * Implements hook_disable(). */ function mailgun_disable() { // Tell Mail System to remove Mailgun and restore to defaults. mailsystem_clear(array('mailgun_test' => 'MailgunMailSystem')); watchdog('mailgun', 'Mailgun has been disabled.'); }