How to add to mail id in wordpress

To add a new email address to your WordPress site, you can follow these steps:

Method 1: Using the WordPress Admin Dashboard

  1. Log in to your WordPress admin dashboard.
  2. Click on Settings > General.
  3. Scroll down to the Email Address section.
  4. Enter the new email address in the Email Address field.
  5. Click Save Changes.

Method 2: Using the WordPress Functions File

  1. Log in to your WordPress site using an FTP client (e.g., FileZilla) or a file manager (e.g., cPanel).
  2. Navigate to the wp-config.php file in the root directory of your WordPress installation.
  3. Add the following code at the end of the file:
    define('ADMIN_EMAIL', '[email protected]');

    Replace [email protected] with the new email address you want to add.

  4. Save the changes to the wp-config.php file.

Method 3: Using a Plugin

  1. Install and activate a plugin like WP Email Address Manager or Email Address Manager.
  2. Go to the plugin's settings page (e.g., WP Email Address Manager > Settings).
  3. Add the new email address in the Email Addresses field.
  4. Click Save Changes.

Note: If you're using a plugin, make sure to check the plugin's documentation for specific instructions on how to add a new email address.

After adding the new email address, you can use it to receive notifications, comments, or other emails related to your WordPress site.