5
Thanks Voltan!!!
In my server
return $admin_mail . ','. $department_mail;
don't send none mail....
One question, if $department is null, return only mail $admin_mail with end '.' ?
or is better:
return $admin_mail . ','. $department_mail;
} else {
return $admin_mail;
}
Now use the module in active website, departement is very useful for me.
Sorry for my very bad english