You are here

function messaging_phpmailer_disable in Messaging 6.2

Same name and namespace in other branches
  1. 6.4 messaging_phpmailer/messaging_phpmailer.module \messaging_phpmailer_disable()
  2. 6 messaging_phpmailer/messaging_phpmailer.install \messaging_phpmailer_disable()
  3. 6.3 messaging_phpmailer/messaging_phpmailer.install \messaging_phpmailer_disable()

Implementation of hook_disable()

File

messaging_phpmailer/messaging_phpmailer.module, line 281
HTML Mail using PHPMailer. Messaging method plug-in.

Code

function messaging_phpmailer_disable() {
  messaging_method_disable('phpmailer');
}