Home › Forums › WordPress Plugins › No line breaks in topic content when Bulk Mailer add-on is enabled › Reply To: No line breaks in topic content when Bulk Mailer add-on is enabled
October 31, 2021 at 12:27 pm
#27894
vinny
Keymaster
If you create a real cron job to run every minute, then your users won’t have to wait more than that long to get their notifications. I recommend using wp-cli (if it’s available in your host) to run the job:
/path/to/wp --path=/path/to/wordpress cron event run --due-now >/dev/null 2>&1
Change the paths above to point to the right place and you’ll have excellent results.