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?
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?