You are here

function bb2_email in Bad Behavior 6

Same name and namespace in other branches
  1. 5.2 badbehavior.module \bb2_email()
  2. 6.2 badbehavior.module \bb2_email()
  3. 7.2 badbehavior.module \bb2_email()

File

./badbehavior.module, line 157

Code

function bb2_email() {
  return variable_get('badbehavior_mail', variable_get('site_mail', ini_get('sendmail_from')));
}