Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    The setting in WP-Members does not effect any emails other than the ones sent by the plugin.

    WordPress 4.3 made significant changes to the entire password process, one of which you mentioned – when a password is changed, WP notifies the user of the change. You can disable this email from being sent with the send_password_change_email filter.

    As for changing the “from” address for any emails not handled by the plugin, you can use the wp_mail_from and wp_mail_from_name filters.

    Thread Starter chasky

    (@chasky)

    Very good… thanks a lot Chad.

    I’d implemented the three filters.
    So now emails are going out with “from” align to my site and I’d disabled the relevant when password are changed… so I’m only getting email sent by WP-MEMBER plugin when users change their password

    for those who wonder how to add filter, like I did, a very simple solution without needed to know about adding your own plugin or getting into choose which file to use… you can work with plugin: Add PHP Code to create your own Actions and Filters

    It give you a placeholder (text edit box) for your filters….

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set a Custom Email Address no changed’ is closed to new replies.