• Resolved Faisal Ahmed

    (@fftfaisal)


    my wp version is : 5.6.0
    I am using woocomerce and user verification , my user verification email is stuck in list queue. it not send out . only works when i click process queue. I need lot of depcrecated issue . also datetimezone error in list queue page. how to fix this issue ? my setting
    Queue Limit: 10
    wp_cron interval:60
    Min. recipients to enqueue:1
    Max. retry for mail sending:5

Viewing 1 replies (of 1 total)
  • Plugin Author Birmania

    (@birmania)

    Hi @fftfaisal,

    Wordpress have changed PHPMailer since version 5.5 (See https://github.com/Birmania/smtp-mailing-queue/issues/3), this is why you get all these deprecation warnings.
    You can get rid of it by updating “SMTP Mailing Queue” to its new version : v1.4.0 which include compatibility code.

    These deprecation warnings should not broke the periodic email sending. Do you use external cron job (with secret key) or native wordpress cron process ?
    If external : Ensure that your cron server is still running and that secret key is right.
    If internal : Problem can result from not enough wp-cron execution (meaning not enough visitor on the website). If you wqant to remove this limitation on your website, see topics about real cron job execution through “DISABLE_WP_CRON” flag.

    Also this ‘datetimezone’ error is strange, it may come from a PHP misconfiguration.
    Do you have any details (trace of the error) about this ?

    Yours faithfully,
    Birmania

Viewing 1 replies (of 1 total)
  • The topic ‘mail stuck in the queue’ is closed to new replies.