function messaging_phpmailer_disable in Messaging 6.4
Same name and namespace in other branches
- 6 messaging_phpmailer/messaging_phpmailer.install \messaging_phpmailer_disable()
- 6.2 messaging_phpmailer/messaging_phpmailer.module \messaging_phpmailer_disable()
- 6.3 messaging_phpmailer/messaging_phpmailer.install \messaging_phpmailer_disable()
Implementation of hook_disable()
File
- messaging_phpmailer/
messaging_phpmailer.module, line 282 - HTML Mail using PHPMailer. Messaging method plug-in.
Code
function messaging_phpmailer_disable() {
messaging_method_disable('phpmailer');
}