You are here

function postmark_enable in Postmark 7

Implementation of hook_enable().

File

./postmark.install, line 23
PostMark installation functions.

Code

function postmark_enable() {
  mailsystem_set(array(
    'default-system' => 'PostmarkMailSystem',
  ));
}