Replies: 0
Anyone able to help?
I get the message
“The WordPress internal schedule is not triggered enough often”
and emails taking a long time to send – 12+ hours for 3000 emails…
I have set up “Enter the cron jobs panel and create a new cron job setting the interval to 5 minutes.”
and added
curl https://www.thenewsletterplugin.com/wp-cron.php >/dev/null 2>&1
and Enable the SMTP? yes
with settings – test email gets sent.
There is in wp-config.php
define(‘DISABLE_WP_CRON’, true); – but doesn’t the curl command overwrite this?