You are here

function swiftmailer_enable in Swift Mailer 7

Implements hook_enable().

File

./swiftmailer.install, line 10
This is the install file.

Code

function swiftmailer_enable() {
  mailsystem_set(array(
    mailsystem_default_id() => 'SWIFTMailSystem',
  ));
}