function bb2_email in Bad Behavior 6.2
Same name and namespace in other branches
- 5.2 badbehavior.module \bb2_email()
- 6 badbehavior.module \bb2_email()
- 7.2 badbehavior.module \bb2_email()
Return emergency contact email address.
Return value
string
File
- ./
badbehavior.module, line 188 - Integrates Bad Behavior with Drupal
Code
function bb2_email() {
return variable_get('badbehavior_mail', variable_get('site_mail', ini_get('sendmail_from')));
}