New User Notifications, add email
-
Hi,
I want to send a new user notification email to 2 other email addresses plus the admin
I found this code in the pluggable.php
@wp_mail(get_option(‘admin_email’), sprintf(__(‘[%s] New User Registration’), $blogname), $message);
i’ve tried
@wp_mail(get_option(‘admin_email, [email protected]’), sprintf(__(‘[%s] New User Registration’), $blogname), $message);
that didn’t work, any ideas?
- The topic ‘New User Notifications, add email’ is closed to new replies.