function sendgrid_integration_enable in SendGrid Integration 6
Same name and namespace in other branches
- 7 sendgrid_integration.install \sendgrid_integration_enable()
Implemenets hook_enable().
File
- ./
sendgrid_integration.install, line 10 - Contains install and update functions for SendGrid Integration
Code
function sendgrid_integration_enable() {
variable_set('smtp_library', drupal_get_filename('module', 'sendgrid_integration'));
}