How can I make email notifications send on time?

How can I make email notifications send on time?

If you』re using the LearnDash notifications add-on, you might experience a delay in the timing of your email notifications. This is partially a limitation of WordPress, but also depends on the type of hosting you have.
In some cases, you might need to add a custom cron job on your server. This process differs depending on your host, so please reach out to your host』s support team for help. If you』re using cPanel, you can follow the instructions below:
Create Cron Job in cPanel

Login to cPanel
Search for & locate 「Cron Jobs」 (typically found in the 「Advanced」 section)
Add this command:

* * * * * wget -q -O - 'https://yoursite.com/wp-cron.php?doing_wp_cron&cron=true'

NOTE
Some shared hosting services will not allow cron jobs to run once per minute. This could mean your notifications will be sent later than intended. Please contact your host about cron job limitations.

Was this article helpful to you?

Yes

No

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注