Thank you! I have a quick question, for the script that sends an email notification, how should the format of this line be?
'$to = "recipient@domain.com"'
I tried doing '$to = "recipient1@domain.com", "recipient2@domain.com"' and when I disable a user account, only recipient2 gets the notification email..