Magento – There is no cron_email_queue & cron_email_queue_recipients tables in the database. Not sending order confirmation emails, in magento 2

crondatabaseemailmagento2orders

My cron jobs are working per 1 minute. But order confirmation emails are not sending.

When I checked in my db, cron_email_queue & cron_email_queue_recipients tables are missing.

What to do? I'm using Magento 2.

Note: Account creation emails are reaching the user.

Best Answer

You can check you email queue in the table newsletter_queue than the core_email_queue used in M1.

Related Topic