Send multiple email notices to admins when a user registers

Permalink
I've tried everything and nothing seems to work. I tried adding an extra email in the "send email when a user registers field under Public Registration in the dashboard. I looked at the tutorial link:

http://www.concrete5.org/documentation/developers/helpers/mail/...

and tried manually adding the extra emails using the code:

$mh->to(‘second-recipient@second-domain.com’);

Could someone guide me through how to get more than one email sent so that more than one recipient can get the notice that someone has registered so that they can manually approve the user?

sschildbach
 
sschildbach replied on at Permalink Reply
sschildbach
Anyone out there know how to use the mail helper? I just can't make sense of the procedure. This should be a quick implementation--adding a second and third email so that 2 or 3 admins can get the notice that a user has attempted registration. Please help.