function smtp_install in SMTP Authentication Support 7
Same name and namespace in other branches
- 8 smtp.install \smtp_install()
- 7.2 smtp.install \smtp_install()
Implements hook_install().
File
- ./
smtp.install, line 40 - The installation instructions for the SMTP Authentication Support.
Code
function smtp_install() {
variable_set('smtp_on', 0);
}