Chaneg for mate of blog comment mail in wp

You want to change the comment notification email in WordPress!

Here are the steps to do so:

Method 1: Using the WordPress Admin Panel

  1. Log in to your WordPress dashboard.
  2. Go to Settings > Discussion.
  3. Scroll down to the Email Options section.
  4. Update the New comment notifications to field with the email address you want to receive notifications at.
  5. Click Save Changes.

Method 2: Using the WordPress Code Editor

  1. Log in to your WordPress dashboard.
  2. Go to Appearance > Editor.
  3. In the editor, navigate to the wp-includes/comment-template.php file.
  4. Find the following line of code: <?php $email = get_option('admin_email');?>
  5. Replace get_option('admin_email') with the email address you want to receive notifications at.
  6. Click Update File.

Method 3: Using a Plugin

  1. Install and activate a plugin like Comment Notification or WP Comment Notify.
  2. Configure the plugin settings to send notifications to the desired email address.

Additional Tips:

That's it! Your comment notification email should now be updated.