function maillog_enable in Maillog / Mail Developer 6
Same name and namespace in other branches
- 7 maillog.install \maillog_enable()
Implementation of hook_enable().
File
- ./
maillog.install, line 45 - Provides the installation routines for the maillog module
Code
function maillog_enable() {
variable_set('smtp_library', drupal_get_path('module', 'maillog') . '/includes/maillog.inc');
variable_set('mimemail_engine', 'maillog');
variable_set('maillog_engine', 'maillog');
}