Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Scott Cariss

    (@l3rady)

    Change the setting: Notify Email Address to a different address or turn off Notify By Email in settings…

    Thread Starter amitv

    (@amitv)

    Hi Scott,

    I have already mentioned 2 email address there, but along with those addresses admin of the site is also getting the notification email.

    Plugin Author Scott Cariss

    (@l3rady)

    If the admin is still getting emails from the file monitor despite their email not in the settings then it sounds like you have some code on the website that is forcing the admin email to be added to all usage of wp_mail().

    Thread Starter amitv

    (@amitv)

    i have the same issue on 23 sites, and non of my site is custom coded for wp_mail().

    Plugin Author Scott Cariss

    (@l3rady)

    I run my plugin on many more sites plus the countless number of other sites it runs on and no one else has reported the problem…

    The only place my plugin sends email is with this line of code:

    wp_mail( $options['notify_address'], $subject, $alertMessage );

    As you can see it sends to any email address that is stored in the notify email address setting. If you can assure me that the admin email address is NOT in the plugin settings and the admin is still getting emails then I can guarantee that you have some plugin/code/theme/server config that is injecting the admin email to emails sent out.

    If that is happening there is nothing more I can do about it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WordPress File Monitor Plus] How to remove admin notification’ is closed to new replies.