I’m using Restrict Content Pro, but the subscription expiration reminders aren’t being sent to members. How can I fix this?

Hire Now!

Whether you’re looking to launch your brand, showcase your portfolio, or open an online store, we’re here to bring your ideas to life.

I’m using Restrict Content Pro, but the subscription expiration reminders aren’t being sent to members. How can I fix this?

  • Post Created: 2 months ago
  • Views: 1

Questioner:

Ongun Çakal

Answer

Email issues in Restrict Content Pro often relate to cron jobs not running. Verify the cron jobs under Tools > Scheduled Actions. Look for tasks like rcp_send_reminder_email and ensure they aren’t failing.

Install a plugin like WP Crontrol to manually trigger or debug cron jobs. If your hosting disables WP-Cron, set up a server-level cron job:

\n wget -q -O - https://yourdomain.com/wp-cron.php?doing_wp_cron >/dev/null 2>&1\n

Test email functionality by sending a test email through Restrict Content Pro > Settings.

Discussion