Send email daily from WordPress site
Unfortunately the WordPress cron jobs are only triggered when your site is visited This is true. The only way to reliably execute code (even if visitors don’t visit your site) is to use the unix cron functions. You can just setup a unix cron job that will do a wget on your homepage. Edit: You … Read more