'DefaultMailSystem')); } /** * Implements hook_update(). */ function mailjet_update_7000() { if (variable_get('mailjet_on', FALSE)) { variable_set('mail_system', array('default-system' => 'MailjetSmtpMailSystem')); } }