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

#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.