There is no cron_email_queue & cron_email_queue_recipients tables in my database. Not sending order confirmation emails, in magento 2Order emails not sending following upgrade to 1.9.1Magento 1.9.1 sending multiple emailsHow to correctly setup the cron jobs for sending of the Order Confirmation Emails?Magento not sending order confirmation emails to adminMagento 1.9.2 not sending new order confirmation emailsCron job script is running, but Magento order confirmation emails are not sendingOrder emails not sending, magento 1.9.2.2, Cron heartbeat task errorMagento 1.9.2.2 emails not sendingEmails are not sendingTransactional Emails not sending
When blogging recipes, how can I support both readers who want the narrative/journey and ones who want the printer-friendly recipe?
Is "plugging out" electronic devices an American expression?
Is every set a filtered colimit of finite sets?
Re-submission of rejected manuscript without informing co-authors
Where else does the Shulchan Aruch quote an authority by name?
How to manage monthly salary
Is domain driven design an anti-SQL pattern?
extract characters between two commas?
Is ipsum/ipsa/ipse a third person pronoun, or can it serve other functions?
What is the offset in a seaplane's hull?
Does it makes sense to buy a new cycle to learn riding?
Ideas for 3rd eye abilities
Landlord wants to switch my lease to a "Land contract" to "get back at the city"
What is the command to reset a PC without deleting any files
Does bootstrapped regression allow for inference?
Can a planet have a different gravitational pull depending on its location in orbit around its sun?
Why do we use polarized capacitors?
aging parents with no investments
A poker game description that does not feel gimmicky
Finding files for which a command fails
Symmetry in quantum mechanics
Is it legal to have the "// (c) 2019 John Smith" header in all files when there are hundreds of contributors?
Doomsday-clock for my fantasy planet
Why did the Germans forbid the possession of pet pigeons in Rostov-on-Don in 1941?
There is no cron_email_queue & cron_email_queue_recipients tables in my database. Not sending order confirmation emails, in magento 2
Order emails not sending following upgrade to 1.9.1Magento 1.9.1 sending multiple emailsHow to correctly setup the cron jobs for sending of the Order Confirmation Emails?Magento not sending order confirmation emails to adminMagento 1.9.2 not sending new order confirmation emailsCron job script is running, but Magento order confirmation emails are not sendingOrder emails not sending, magento 1.9.2.2, Cron heartbeat task errorMagento 1.9.2.2 emails not sendingEmails are not sendingTransactional Emails not sending
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
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.
magento2 database orders email cron
add a comment |
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.
magento2 database orders email cron
yet no answer :(
– Anu
Dec 2 '16 at 6:04
Run commandphp bin/magento cron:run
& checkcron_schedule
table.
– Ankit Shah
Dec 2 '16 at 9:26
i already checked cron_schedule table. And it runs for every 1 mins.
– Anu
Dec 2 '16 at 9:48
add a comment |
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.
magento2 database orders email cron
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.
magento2 database orders email cron
magento2 database orders email cron
edited 12 mins ago
Teja Bhagavan Kollepara
2,97341949
2,97341949
asked Dec 2 '16 at 3:55
AnuAnu
4839
4839
yet no answer :(
– Anu
Dec 2 '16 at 6:04
Run commandphp bin/magento cron:run
& checkcron_schedule
table.
– Ankit Shah
Dec 2 '16 at 9:26
i already checked cron_schedule table. And it runs for every 1 mins.
– Anu
Dec 2 '16 at 9:48
add a comment |
yet no answer :(
– Anu
Dec 2 '16 at 6:04
Run commandphp bin/magento cron:run
& checkcron_schedule
table.
– Ankit Shah
Dec 2 '16 at 9:26
i already checked cron_schedule table. And it runs for every 1 mins.
– Anu
Dec 2 '16 at 9:48
yet no answer :(
– Anu
Dec 2 '16 at 6:04
yet no answer :(
– Anu
Dec 2 '16 at 6:04
Run command
php bin/magento cron:run
& check cron_schedule
table.– Ankit Shah
Dec 2 '16 at 9:26
Run command
php bin/magento cron:run
& check cron_schedule
table.– Ankit Shah
Dec 2 '16 at 9:26
i already checked cron_schedule table. And it runs for every 1 mins.
– Anu
Dec 2 '16 at 9:48
i already checked cron_schedule table. And it runs for every 1 mins.
– Anu
Dec 2 '16 at 9:48
add a comment |
2 Answers
2
active
oldest
votes
You can check you email queue in the table newsletter_queue than the core_email_queue used in M1.
add a comment |
Those tables aren't there in my Magento 2.1.2 installation.
Check to see that the purchaser is getting the mails.
Sales -> Orders -> View Order and see if it says "(The order confirmation email was sent)" after the order number.
If they are getting the email and its you thats not recieving an order notification then:
Stores -> Configuration -> Sales -> Sales Emails -> Order -> Send Order Email Copy Method -> Separate Email
Bcc or "use system value" didn't work for me.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f148522%2fthere-is-no-cron-email-queue-cron-email-queue-recipients-tables-in-my-database%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can check you email queue in the table newsletter_queue than the core_email_queue used in M1.
add a comment |
You can check you email queue in the table newsletter_queue than the core_email_queue used in M1.
add a comment |
You can check you email queue in the table newsletter_queue than the core_email_queue used in M1.
You can check you email queue in the table newsletter_queue than the core_email_queue used in M1.
answered Sep 13 '17 at 18:28
Rafael Corrêa GomesRafael Corrêa Gomes
4,64523365
4,64523365
add a comment |
add a comment |
Those tables aren't there in my Magento 2.1.2 installation.
Check to see that the purchaser is getting the mails.
Sales -> Orders -> View Order and see if it says "(The order confirmation email was sent)" after the order number.
If they are getting the email and its you thats not recieving an order notification then:
Stores -> Configuration -> Sales -> Sales Emails -> Order -> Send Order Email Copy Method -> Separate Email
Bcc or "use system value" didn't work for me.
add a comment |
Those tables aren't there in my Magento 2.1.2 installation.
Check to see that the purchaser is getting the mails.
Sales -> Orders -> View Order and see if it says "(The order confirmation email was sent)" after the order number.
If they are getting the email and its you thats not recieving an order notification then:
Stores -> Configuration -> Sales -> Sales Emails -> Order -> Send Order Email Copy Method -> Separate Email
Bcc or "use system value" didn't work for me.
add a comment |
Those tables aren't there in my Magento 2.1.2 installation.
Check to see that the purchaser is getting the mails.
Sales -> Orders -> View Order and see if it says "(The order confirmation email was sent)" after the order number.
If they are getting the email and its you thats not recieving an order notification then:
Stores -> Configuration -> Sales -> Sales Emails -> Order -> Send Order Email Copy Method -> Separate Email
Bcc or "use system value" didn't work for me.
Those tables aren't there in my Magento 2.1.2 installation.
Check to see that the purchaser is getting the mails.
Sales -> Orders -> View Order and see if it says "(The order confirmation email was sent)" after the order number.
If they are getting the email and its you thats not recieving an order notification then:
Stores -> Configuration -> Sales -> Sales Emails -> Order -> Send Order Email Copy Method -> Separate Email
Bcc or "use system value" didn't work for me.
answered Dec 7 '16 at 19:58
JasonJason
318417
318417
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f148522%2fthere-is-no-cron-email-queue-cron-email-queue-recipients-tables-in-my-database%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
yet no answer :(
– Anu
Dec 2 '16 at 6:04
Run command
php bin/magento cron:run
& checkcron_schedule
table.– Ankit Shah
Dec 2 '16 at 9:26
i already checked cron_schedule table. And it runs for every 1 mins.
– Anu
Dec 2 '16 at 9:48