• 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, newemail@mail.com’), 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.