Hey @digittalpi !
Well that’s certainly not intentional! It sounds like something has gone majorly haywire for your specific email address. I just attempted to replicate a problem with several different email addresses on test sites, and I’m not 100% clear how to do it, so maybe that’s why I’ve had trouble so far. At most we would send three emails (counting the ones confirming you opted into the list) when you opt in.
Also, I searched through our internal support notes but I can’t find any interaction that is what you are describing. That’s not saying it’s not there, just that I don’t see it in my searches. I searched for all sorts of things related to your username here, but found nothing.
Rest assured, we have no intention of sending that many emails on a regular basis.
I’d like to take this off of the forums here only because it’s going to take less back-and-forth to resolve your issue that way. Please reach out to sales@ithemes.com and mention this review so that the team can forward your inquiry to me.
Thanks!
Here I leave a link to the screenshot of those last 12 hours
Screenshot
I already talked to them sales@ithemeshelp.zendesk.com
Give me an email to which I can forward the original claim made by me to support.
In that email are all the screenshots of the last 12 hours before uninstalling the plugin
The plugin was installed in Spanish, where it says “boletin” it means “newsletter”
I have no intention of using the plugin again. I’m not interested in talking to ithemes support
@digittalpi ah yes that clears things up. That’s an email sent by the plugin for sure, and not by our marketing team or anything.
It’s a “Security Bulletin” that is sent to outline problems found on your site. Of course, something is going haywire and triggering that message over and over on your site, which explains the problem, but doesn’t isolate the cause. Usually those emails triggering incorrectly is a result of a process called “wp-cron” (that handles scheduled or background processes) malfunctioning.
I’m the head of support for this plugin and happy to look into what’s going sideways, but it sounds like you don’t want to isolate it.
If you change your mind, I’m happy to personally look into it. We take your feedback very seriously. Have a great weekend!
@benmeredithgmailcom
FWIW
Without fixing the root cause of this issue, adding the line below to the wp-config.php file will (at least) limit the number of (Daily/Weekly) Security Digest emails to max 1 per day:
define( 'ITSEC_NOTIFY_USE_CRON', true );
Since this issue is quite common I thought I better mention this 😉
Oh, one other thing. After adding the line above to the wp-config.php file you won’t find the scheduled notifications cron job listed in the iTSec Plugin Debug page since it’s not scheduled(named) like any of the other plugin cron jobs. So I guess there is some room for improvement here (consistency).
-
This reply was modified 1 year, 5 months ago by
nlpro.