Tagged Questions
0
votes
1answer
25 views
Interrupted cron script sending me hourly emails. Please help!
One of my Wordpress installs (cPanel VPS) had a cron job (backup to Dropbox script) that was interrupted. Ever since the interruption I receive hourly emails from root@ cPanel/WHM:
-Excessive resource ...
2
votes
1answer
68 views
WP Cron emails not working
Running wp 3.5.1.
I have 2 plugins that work in part. They do everything nice. If I click to send emails, they send the emails. However the scheduled emails are not being sent.
The plugins are:
...
0
votes
1answer
63 views
How to parse a huge list of users using a CRON function?
I have several thousand users subrscribed to a WP website. Everyday I need to send an email to each user. The emails are custom generated depending on the data of several custom user profile fields. ...