Title: Multiple Wordfence activity emails
Last modified: August 30, 2016

---

# Multiple Wordfence activity emails

 *  Resolved [84EM](https://wordpress.org/support/users/84em/)
 * (@84em)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/multiple-wordfence-activity-emails/)
 * Today I received 11 emails from one of my sites, all duplicates of the weekly
   Wordfence activity email.
 * What’s the quickest _programmatic_ way to disable these emails? I ask because
   I manage over 100 sites and want to just disable this across the board using 
   ManageWP’s code execution feature.
 * Thanks for the help.
 * [https://wordpress.org/plugins/wordfence/](https://wordpress.org/plugins/wordfence/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  [WFBrian](https://wordpress.org/support/users/wfbrian/)
 * (@wfbrian)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/multiple-wordfence-activity-emails/#post-6443895)
 * Let me find out. I’ll be back.
 * -Brian
 *  [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/multiple-wordfence-activity-emails/#post-6444002)
 * I had the same problem in one of my sites, I received more than 10 mails with
   the same content. For other two sites, I received just one.
    The three sites 
   are in the same server.
 *  [WFBrian](https://wordpress.org/support/users/wfbrian/)
 * (@wfbrian)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/multiple-wordfence-activity-emails/#post-6444043)
 * Try this code…
 *     ```
       wfConfig::set('email_summary_enabled', 0);
       wfActivityReport::clearCronJobs();
       ```
   
 *  [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/multiple-wordfence-activity-emails/#post-6444046)
 * What if I don’t want to disable this function? Will I receive 10 mails again 
   in 14 days?
 *  Plugin Author [WFMattR](https://wordpress.org/support/users/wfmattr/)
 * (@wfmattr)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/multiple-wordfence-activity-emails/#post-6444099)
 * IvanRF: Have you had any trouble with WordPress or plugin updates not showing
   up as soon as they should? And can you try the link near the bottom of the Wordfence
   Options page that says “Click to view your systems scheduled jobs in a new window”,
   and show us any lines that say “wordfence_email_activity_report”? (If you can
   post your reply in a new post on this forum, instead of replying here, that would
   be great — the wordpress.org forum rules require it, and it helps us keep track
   of open issues better too. Thanks!)
 * Edit: You can also include a link to this post in your own post, so we can refer
   to it if needed.
 *  [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * (@ivanrf)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/multiple-wordfence-activity-emails/#post-6444104)
 * No, I didn’t have troubles with updates. I just created a new post.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Multiple Wordfence activity emails’ is closed to new replies.

 * ![](https://ps.w.org/wordfence/assets/icon.svg?rev=2070865)
 * [Wordfence Security - Firewall, Malware Scan, and Login Security](https://wordpress.org/plugins/wordfence/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordfence/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordfence/)
 * [Active Topics](https://wordpress.org/support/plugin/wordfence/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordfence/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordfence/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [IvanRF](https://wordpress.org/support/users/ivanrf/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/multiple-wordfence-activity-emails/#post-6444104)
 * Status: resolved