• Hello there,

    I’m experiencing a problem with sending emails. We are using both PHP mail function and Custom SMTP Server (Sendinblue), but both not sending email. Both cases are similar. Emails are pushed to the queue, but Email CRON Job is not running. I found this in the overview “~ 1 second (10 minutes interval)”.

    Is there any chance you can help me solve this problem?
    Thank you in advance and have a nice day.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You need to check the wp-config.php for this line:
    define(‘DISABLE_WP_CRON’, true);
    and change it to
    define(‘DISABLE_WP_CRON’, false);
    or add it if it is not there.

    Then the cron will run.

    Thread Starter jakubforummedia

    (@jakubforummedia)

    Thank you,

    yea, it was the case, but we already solved it.

    But thank you anyway. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘GD Queue in not sending email’ is closed to new replies.