Is there a hook that would allow me to email multiple email addresses for the default admin email notifications?
I was hoping I could build an array:
$adminEmails = array('me1@example.com', 'me2@example.com');
Then have all admin emails (like new user notifications) sent to $adminEmails
Possible?