5
Thanks Voltan!!!
In my server
le="color: #000000"><?php 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:
le="color: #000000"><?php 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