I’m trying to send have my site send me a notification email when someone registers with the role subscriber. I can probably achieve that with a hook on mu-plugins but I don’t know where to start or which hook to use. Tried adding an if statement inside a plugin but it’s probably overkill to install a plugin and modify it just for this functionality. Thanks!
2
Answers
It is enabled by default in WordPress. Check that WordPress is sending emails at all, you might have problem with the SMTP settings, you need to configure the SMTP. Where is your website hosted? Did you check the spam?
For your information the default register user role is "Subscriber" role, if you have set the other role you have to change the role after registered.
Try this one: