function postmark_disable in Postmark 7
Implementation of hook_disable().
File
- ./
postmark.install, line 30 - PostMark installation functions.
Code
function postmark_disable() {
mailsystem_clear(array(
'default-system' => 'PostmarkMailSystem',
));
}