Yes, you can Change email address by using wp_mail function.
You can check this how to do this
http://www.butlerblog.com/2011/07/14/changing-the-wp_mail-from-address-with-a-plugin/
Use this plugin for user management it supports email address when new user registers
https://wordpress.org/plugins/wp-members/
Use this code in your functions.php file.
function so174837_registration_email_alert( $user_id ) {
$user = get_userdata( $user_id );
$email = $user->user_email;
$message = $email . ' has registered to your website.';
wp_mail( '[email protected]', 'New User registration', $message );
}
add_action('user_register', 'so174837_registration_email_alert');
Related Posts:
- How to disable the “Your site has updated to WordPress x.y.z” admin email?
- Send Admin Emails to Multiple Email Addresses
- How to remove administrator role in settings -> general -> New User Default Role?
- turn off new user registration emails
- Send automatic mail to Admin when user/member changes/adds profile
- How can ‘admin_email’ be set?
- Turn off admin emails for new user registrations
- Get email address of type Administrator
- How do I enable new account notification emails (to the administrator)?
- Send Notifications to All Admins
- Create a Meta Box in the Admin User Screen?
- Send email to Admin when user/member updates specific user/member data
- Protect custom php file with login
- Can I mass change all admin emails for a multisite instance?
- When admin changes a password for a registered user, I don’t want to send a password change email to users
- Keep Logged in Users out of Admin Panel
- How can all E-mails be sent with BCC copy to Admin?
- When admin approves a registered user, I don’t want to send a notification email to users
- how to disable the e-mail verification on wp-admin/options-general.php multisite admin e-mail
- How to disable the “Your site has updated to WordPress x.y.z” admin email?
- Buddypress send admin notification email when new subscriber registers
- New User Notification – Setting Email
- Woo Commerce Settings for Check-out Form [closed]
- How to change the default registration email ? (plugin and/or non-plugin)
- How to Change the Default Home Page for the WordPress Dashboard?
- Send user activation email when programmatically creating user
- is_admin() returns true when using admin-ajax.php from front end script
- Does wordpress create activity, update logs?
- How-to make the admin area mobile friendly [closed]
- 3.3: How do you hide the new dashboard welcome panel?
- Should I use is_admin() inside ‘admin_init’ hook callback
- Get current active wp color scheme
- Cannot login to WordPress Admin with SSL terminated load balancer
- Login email after registration never sent or received
- How to fix admin stylesheet muck-up? [closed]
- Modify CSS via Theme Control Panel
- Adding custom Javascript to the head tag in Admin
- Making Media Library “Alternative Text” Field Required
- Add extra field when admin create user
- Replacing the List table of a Post Type
- changing body background color for custom post type in admin backend
- Adding scripts to admin page in my theme
- Use latest jQuery in WordPress (admin interface)
- Getting Rid of the WordPress.com Toolbar on Other Sites?
- Any way to inherit methods from both my plugin class and WP_List_Class?
- How to notify the admin about something that happened during a cron job
- wp_dropdown_pages() in theme admin page
- How to enable enqueue_script to work with a logged in user?
- I’m receiving requests to change the admin email. How can this be happening?
- How can I load an inline script after the enqueued scripts in admin?
- Set admin body to ltr on a rtl installation
- Restore original WP admin bar after BuddyPress install [closed]
- front end editing using iFrames, best approach?
- Are there any filters to add additional columns to the list table on edit-comments.php?
- wordpress do not let user registered with info@ email and other reserved emails to get registered by users
- WordPress Frontend Check If Current User Is Administrator
- Instructions for a custom post type
- WordPress admin area used to administer other site
- Displaying different in-page content to cliente/admin
- Problems with WP_List_Table and hooks
- Add ‘Last Modified’ and Attachments (Yes/No) to WordPress Users Column
- 2 Email addresses for each user
- WordPress administrator area access disabled temporarily due to widespread brute force attacks
- Modifying the built-in behavior of ajax tag type-ahead functionality of WordPress
- Why am I timing out when using the Menu Editor?
- How can I merge two authors?
- Why can’t a custom postype be registered with “admin_init” hook?
- Accessing variable from admin panel?
- How to pass multiple parameter in add_action()
- Add term of current custom post type to admin body class using admin_body_class
- Changing admin user id for database
- Limiting Admin Backend Search to Title
- How do I troubleshoot registration/password email errors?
- What is correct way to change user’s email?
- Does deleting the table users prevent all logins?
- Include script files for admin submenu page
- Restrict access to admin
- Wp ajax not working from “current_screen” admin hook
- solution to prevent specific admins from altering site contents
- WordPress Admin very slow
- Prevent users in the backend from seeing WP/Plugin notifications and update annoucements?
- Want to know who is login Admin/User
- Change field layout when adding a page
- Show all admin menus in a table
- I need to verify emails when users signup
- add instructions to upload pages and / or forms
- Populate Dropdwon with DIR files, save value and keep it “selected”
- Signed-in as admin on just part of the site
- How to update my website with WordPress?
- WordPress login process is hanging
- Blank page beyond dashboard
- Cannot save Post
- Shortcut to widget/sidebar editing on the admin menu?
- Disable wp-admin log on lightbox overlay
- Create WP account from an external email form submission?
- I don’t have permission to save the theme options I created myself?
- Different customer login form than administrator login form?
- Filtered dropdown for author?
- Change order of the block editor’s panel
- Display admin sidebar into custom post pages if logged