Non-transactional emails are not being sent (email confirmation, welcome email, shipping)












2














I've looked at the core-email queue in the SQL database and only "new order" and "update order" are being sent in the queue for the CRON job.



I've read somewhere that there might be an exception and that only transaction-email are being sent to the queue and the rest is being handle by the server.
Magento 1.9.1 - Emails being sent by the new email queue?



So, I found this guide to see how to debug it
http://www.hummingbirduk.com/magento-not-sending-emails/
and followed the steps and was able to see receive test emails from the server. So the problem lies in the magento configuration and settings.



I've been spending quite some time figuring the problem and now I am out of idea and was wondering if someone my have hints about how to solve this problem or what step could I take to narrow the solution.










share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 1




    Possible duplicate of New order email confirmation not being sent
    – Teja Bhagavan Kollepara
    Dec 2 '17 at 4:46
















2














I've looked at the core-email queue in the SQL database and only "new order" and "update order" are being sent in the queue for the CRON job.



I've read somewhere that there might be an exception and that only transaction-email are being sent to the queue and the rest is being handle by the server.
Magento 1.9.1 - Emails being sent by the new email queue?



So, I found this guide to see how to debug it
http://www.hummingbirduk.com/magento-not-sending-emails/
and followed the steps and was able to see receive test emails from the server. So the problem lies in the magento configuration and settings.



I've been spending quite some time figuring the problem and now I am out of idea and was wondering if someone my have hints about how to solve this problem or what step could I take to narrow the solution.










share|improve this question
















bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.











  • 1




    Possible duplicate of New order email confirmation not being sent
    – Teja Bhagavan Kollepara
    Dec 2 '17 at 4:46














2












2








2







I've looked at the core-email queue in the SQL database and only "new order" and "update order" are being sent in the queue for the CRON job.



I've read somewhere that there might be an exception and that only transaction-email are being sent to the queue and the rest is being handle by the server.
Magento 1.9.1 - Emails being sent by the new email queue?



So, I found this guide to see how to debug it
http://www.hummingbirduk.com/magento-not-sending-emails/
and followed the steps and was able to see receive test emails from the server. So the problem lies in the magento configuration and settings.



I've been spending quite some time figuring the problem and now I am out of idea and was wondering if someone my have hints about how to solve this problem or what step could I take to narrow the solution.










share|improve this question















I've looked at the core-email queue in the SQL database and only "new order" and "update order" are being sent in the queue for the CRON job.



I've read somewhere that there might be an exception and that only transaction-email are being sent to the queue and the rest is being handle by the server.
Magento 1.9.1 - Emails being sent by the new email queue?



So, I found this guide to see how to debug it
http://www.hummingbirduk.com/magento-not-sending-emails/
and followed the steps and was able to see receive test emails from the server. So the problem lies in the magento configuration and settings.



I've been spending quite some time figuring the problem and now I am out of idea and was wondering if someone my have hints about how to solve this problem or what step could I take to narrow the solution.







email magento1.9.2.4






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 2 '18 at 23:05









sv3n

9,64062352




9,64062352










asked Jun 1 '16 at 15:50









popo

113




113





bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community yesterday


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.










  • 1




    Possible duplicate of New order email confirmation not being sent
    – Teja Bhagavan Kollepara
    Dec 2 '17 at 4:46














  • 1




    Possible duplicate of New order email confirmation not being sent
    – Teja Bhagavan Kollepara
    Dec 2 '17 at 4:46








1




1




Possible duplicate of New order email confirmation not being sent
– Teja Bhagavan Kollepara
Dec 2 '17 at 4:46




Possible duplicate of New order email confirmation not being sent
– Teja Bhagavan Kollepara
Dec 2 '17 at 4:46










4 Answers
4






active

oldest

votes


















0














1-



A CRON is a daemon which keeps running and gets activated at a said interval (time period). Cron helps store owners to setup up and schedule commands which will run periodically at set time and date. Various Magento services such as “Sending Newsletter “, Cleanup with logs, Cleanup cache, Customer notification etc. requires a mechanism where store owners can setup and schedule commands to run periodically.



Most of the web hosts have their own set of task scheduler; you can ask and verify the task scheduler from your webhost. While setting a cron-job make sure that minimum time duration is set to run every 15 minutes (not less than this) as Magento spends around 1 minute to index 1000 products and sets the status to “Success” from “Pending”.



Now to setup Crontab in Magento go to Admin => system => configuration => system => ‘Cron (Scheduled Tasks)’ tab.



You will notice that all times are in minutes.



Magento Cron Best Practices



Generate schedules every: 60

Schedule ahead for: 1

Missed if not run within: 60

History cleanup every: 120

Success history lifetime: 120

Failure history lifetime: 120


run the cron every 15 minutes for better results and that will not overlap with other Cron services.



2-



go to your hosting cpanel and set path and run time of cron.php file in cron job section



by default you can set path like php -f /home/username/public_html/cron.php.






share|improve this answer































    0














    Send your transactional email through Pepipost using Magento I recommend the "SMTP Pro Email - Free Custom SMTP Email" free extension. Once installed you need to change at least the following options:




    • Authentication - Login

    • Username - Your_Pepipost_Username

    • Password - Your_Pepipost_Password

    • Host - smtp.pepipost.com

    • Port - 587

    • SSL Security -SSL TLS


    Ref: http://support.pepipost.com/knowledge_base/topics/magento-2






    share|improve this answer





























      0














      Since Magento 1.9.1, the emails are not being sent directly during checkout but instead are being queued. The queue is being processed via your Magento cronjob.



      There were some changes to email in Magento 1.9.1 from the Magento 1.9.1 release notes. Two things jump out as requiring further investigation:




      “all Magento e-mails (including order confirmation and transactional)
      are now queued and sent according to your configured cron schedule”



      “boasts responsive default email templates so customers can read your order confirmation emails and newsletters on any device”




      I suggest you to install this free extension SMTP Pro, set the SMTP config connexion like Gmail for exemple, and dont forget to set Queue Usage to never, save and your problem is solved.






      share|improve this answer





























        0














        I route my transaction e-mails to Mandrill. Allowing me to see exactly what my store is sending.



        If you don't have a paid Mailchimp account. You can get SendGrid that has similar (and free) e-mailing services.



        In Mandrill's dashboard, I can see which e-mail is being sent, Delivery of the e-mail & when it is being sent.



        You can drop an easy extension into your CE setup to set it all up.






        share|improve this answer























          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
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f117945%2fnon-transactional-emails-are-not-being-sent-email-confirmation-welcome-email%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          4 Answers
          4






          active

          oldest

          votes








          4 Answers
          4






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          1-



          A CRON is a daemon which keeps running and gets activated at a said interval (time period). Cron helps store owners to setup up and schedule commands which will run periodically at set time and date. Various Magento services such as “Sending Newsletter “, Cleanup with logs, Cleanup cache, Customer notification etc. requires a mechanism where store owners can setup and schedule commands to run periodically.



          Most of the web hosts have their own set of task scheduler; you can ask and verify the task scheduler from your webhost. While setting a cron-job make sure that minimum time duration is set to run every 15 minutes (not less than this) as Magento spends around 1 minute to index 1000 products and sets the status to “Success” from “Pending”.



          Now to setup Crontab in Magento go to Admin => system => configuration => system => ‘Cron (Scheduled Tasks)’ tab.



          You will notice that all times are in minutes.



          Magento Cron Best Practices



          Generate schedules every: 60

          Schedule ahead for: 1

          Missed if not run within: 60

          History cleanup every: 120

          Success history lifetime: 120

          Failure history lifetime: 120


          run the cron every 15 minutes for better results and that will not overlap with other Cron services.



          2-



          go to your hosting cpanel and set path and run time of cron.php file in cron job section



          by default you can set path like php -f /home/username/public_html/cron.php.






          share|improve this answer




























            0














            1-



            A CRON is a daemon which keeps running and gets activated at a said interval (time period). Cron helps store owners to setup up and schedule commands which will run periodically at set time and date. Various Magento services such as “Sending Newsletter “, Cleanup with logs, Cleanup cache, Customer notification etc. requires a mechanism where store owners can setup and schedule commands to run periodically.



            Most of the web hosts have their own set of task scheduler; you can ask and verify the task scheduler from your webhost. While setting a cron-job make sure that minimum time duration is set to run every 15 minutes (not less than this) as Magento spends around 1 minute to index 1000 products and sets the status to “Success” from “Pending”.



            Now to setup Crontab in Magento go to Admin => system => configuration => system => ‘Cron (Scheduled Tasks)’ tab.



            You will notice that all times are in minutes.



            Magento Cron Best Practices



            Generate schedules every: 60

            Schedule ahead for: 1

            Missed if not run within: 60

            History cleanup every: 120

            Success history lifetime: 120

            Failure history lifetime: 120


            run the cron every 15 minutes for better results and that will not overlap with other Cron services.



            2-



            go to your hosting cpanel and set path and run time of cron.php file in cron job section



            by default you can set path like php -f /home/username/public_html/cron.php.






            share|improve this answer


























              0












              0








              0






              1-



              A CRON is a daemon which keeps running and gets activated at a said interval (time period). Cron helps store owners to setup up and schedule commands which will run periodically at set time and date. Various Magento services such as “Sending Newsletter “, Cleanup with logs, Cleanup cache, Customer notification etc. requires a mechanism where store owners can setup and schedule commands to run periodically.



              Most of the web hosts have their own set of task scheduler; you can ask and verify the task scheduler from your webhost. While setting a cron-job make sure that minimum time duration is set to run every 15 minutes (not less than this) as Magento spends around 1 minute to index 1000 products and sets the status to “Success” from “Pending”.



              Now to setup Crontab in Magento go to Admin => system => configuration => system => ‘Cron (Scheduled Tasks)’ tab.



              You will notice that all times are in minutes.



              Magento Cron Best Practices



              Generate schedules every: 60

              Schedule ahead for: 1

              Missed if not run within: 60

              History cleanup every: 120

              Success history lifetime: 120

              Failure history lifetime: 120


              run the cron every 15 minutes for better results and that will not overlap with other Cron services.



              2-



              go to your hosting cpanel and set path and run time of cron.php file in cron job section



              by default you can set path like php -f /home/username/public_html/cron.php.






              share|improve this answer














              1-



              A CRON is a daemon which keeps running and gets activated at a said interval (time period). Cron helps store owners to setup up and schedule commands which will run periodically at set time and date. Various Magento services such as “Sending Newsletter “, Cleanup with logs, Cleanup cache, Customer notification etc. requires a mechanism where store owners can setup and schedule commands to run periodically.



              Most of the web hosts have their own set of task scheduler; you can ask and verify the task scheduler from your webhost. While setting a cron-job make sure that minimum time duration is set to run every 15 minutes (not less than this) as Magento spends around 1 minute to index 1000 products and sets the status to “Success” from “Pending”.



              Now to setup Crontab in Magento go to Admin => system => configuration => system => ‘Cron (Scheduled Tasks)’ tab.



              You will notice that all times are in minutes.



              Magento Cron Best Practices



              Generate schedules every: 60

              Schedule ahead for: 1

              Missed if not run within: 60

              History cleanup every: 120

              Success history lifetime: 120

              Failure history lifetime: 120


              run the cron every 15 minutes for better results and that will not overlap with other Cron services.



              2-



              go to your hosting cpanel and set path and run time of cron.php file in cron job section



              by default you can set path like php -f /home/username/public_html/cron.php.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Jun 1 '16 at 17:09

























              answered Jun 1 '16 at 16:47









              mahmoudismail

              3581322




              3581322

























                  0














                  Send your transactional email through Pepipost using Magento I recommend the "SMTP Pro Email - Free Custom SMTP Email" free extension. Once installed you need to change at least the following options:




                  • Authentication - Login

                  • Username - Your_Pepipost_Username

                  • Password - Your_Pepipost_Password

                  • Host - smtp.pepipost.com

                  • Port - 587

                  • SSL Security -SSL TLS


                  Ref: http://support.pepipost.com/knowledge_base/topics/magento-2






                  share|improve this answer


























                    0














                    Send your transactional email through Pepipost using Magento I recommend the "SMTP Pro Email - Free Custom SMTP Email" free extension. Once installed you need to change at least the following options:




                    • Authentication - Login

                    • Username - Your_Pepipost_Username

                    • Password - Your_Pepipost_Password

                    • Host - smtp.pepipost.com

                    • Port - 587

                    • SSL Security -SSL TLS


                    Ref: http://support.pepipost.com/knowledge_base/topics/magento-2






                    share|improve this answer
























                      0












                      0








                      0






                      Send your transactional email through Pepipost using Magento I recommend the "SMTP Pro Email - Free Custom SMTP Email" free extension. Once installed you need to change at least the following options:




                      • Authentication - Login

                      • Username - Your_Pepipost_Username

                      • Password - Your_Pepipost_Password

                      • Host - smtp.pepipost.com

                      • Port - 587

                      • SSL Security -SSL TLS


                      Ref: http://support.pepipost.com/knowledge_base/topics/magento-2






                      share|improve this answer












                      Send your transactional email through Pepipost using Magento I recommend the "SMTP Pro Email - Free Custom SMTP Email" free extension. Once installed you need to change at least the following options:




                      • Authentication - Login

                      • Username - Your_Pepipost_Username

                      • Password - Your_Pepipost_Password

                      • Host - smtp.pepipost.com

                      • Port - 587

                      • SSL Security -SSL TLS


                      Ref: http://support.pepipost.com/knowledge_base/topics/magento-2







                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jun 2 '16 at 7:01









                      Sachin

                      1




                      1























                          0














                          Since Magento 1.9.1, the emails are not being sent directly during checkout but instead are being queued. The queue is being processed via your Magento cronjob.



                          There were some changes to email in Magento 1.9.1 from the Magento 1.9.1 release notes. Two things jump out as requiring further investigation:




                          “all Magento e-mails (including order confirmation and transactional)
                          are now queued and sent according to your configured cron schedule”



                          “boasts responsive default email templates so customers can read your order confirmation emails and newsletters on any device”




                          I suggest you to install this free extension SMTP Pro, set the SMTP config connexion like Gmail for exemple, and dont forget to set Queue Usage to never, save and your problem is solved.






                          share|improve this answer


























                            0














                            Since Magento 1.9.1, the emails are not being sent directly during checkout but instead are being queued. The queue is being processed via your Magento cronjob.



                            There were some changes to email in Magento 1.9.1 from the Magento 1.9.1 release notes. Two things jump out as requiring further investigation:




                            “all Magento e-mails (including order confirmation and transactional)
                            are now queued and sent according to your configured cron schedule”



                            “boasts responsive default email templates so customers can read your order confirmation emails and newsletters on any device”




                            I suggest you to install this free extension SMTP Pro, set the SMTP config connexion like Gmail for exemple, and dont forget to set Queue Usage to never, save and your problem is solved.






                            share|improve this answer
























                              0












                              0








                              0






                              Since Magento 1.9.1, the emails are not being sent directly during checkout but instead are being queued. The queue is being processed via your Magento cronjob.



                              There were some changes to email in Magento 1.9.1 from the Magento 1.9.1 release notes. Two things jump out as requiring further investigation:




                              “all Magento e-mails (including order confirmation and transactional)
                              are now queued and sent according to your configured cron schedule”



                              “boasts responsive default email templates so customers can read your order confirmation emails and newsletters on any device”




                              I suggest you to install this free extension SMTP Pro, set the SMTP config connexion like Gmail for exemple, and dont forget to set Queue Usage to never, save and your problem is solved.






                              share|improve this answer












                              Since Magento 1.9.1, the emails are not being sent directly during checkout but instead are being queued. The queue is being processed via your Magento cronjob.



                              There were some changes to email in Magento 1.9.1 from the Magento 1.9.1 release notes. Two things jump out as requiring further investigation:




                              “all Magento e-mails (including order confirmation and transactional)
                              are now queued and sent according to your configured cron schedule”



                              “boasts responsive default email templates so customers can read your order confirmation emails and newsletters on any device”




                              I suggest you to install this free extension SMTP Pro, set the SMTP config connexion like Gmail for exemple, and dont forget to set Queue Usage to never, save and your problem is solved.







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Jul 23 '17 at 22:01









                              PЯINCƏ

                              7,73121136




                              7,73121136























                                  0














                                  I route my transaction e-mails to Mandrill. Allowing me to see exactly what my store is sending.



                                  If you don't have a paid Mailchimp account. You can get SendGrid that has similar (and free) e-mailing services.



                                  In Mandrill's dashboard, I can see which e-mail is being sent, Delivery of the e-mail & when it is being sent.



                                  You can drop an easy extension into your CE setup to set it all up.






                                  share|improve this answer




























                                    0














                                    I route my transaction e-mails to Mandrill. Allowing me to see exactly what my store is sending.



                                    If you don't have a paid Mailchimp account. You can get SendGrid that has similar (and free) e-mailing services.



                                    In Mandrill's dashboard, I can see which e-mail is being sent, Delivery of the e-mail & when it is being sent.



                                    You can drop an easy extension into your CE setup to set it all up.






                                    share|improve this answer


























                                      0












                                      0








                                      0






                                      I route my transaction e-mails to Mandrill. Allowing me to see exactly what my store is sending.



                                      If you don't have a paid Mailchimp account. You can get SendGrid that has similar (and free) e-mailing services.



                                      In Mandrill's dashboard, I can see which e-mail is being sent, Delivery of the e-mail & when it is being sent.



                                      You can drop an easy extension into your CE setup to set it all up.






                                      share|improve this answer














                                      I route my transaction e-mails to Mandrill. Allowing me to see exactly what my store is sending.



                                      If you don't have a paid Mailchimp account. You can get SendGrid that has similar (and free) e-mailing services.



                                      In Mandrill's dashboard, I can see which e-mail is being sent, Delivery of the e-mail & when it is being sent.



                                      You can drop an easy extension into your CE setup to set it all up.







                                      share|improve this answer














                                      share|improve this answer



                                      share|improve this answer








                                      edited Oct 31 '17 at 4:52









                                      Rohan Hapani

                                      5,83721662




                                      5,83721662










                                      answered Jun 1 '16 at 18:54









                                      Mark Wang

                                      63




                                      63






























                                          draft saved

                                          draft discarded




















































                                          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.





                                          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                                          Please pay close attention to the following guidance:


                                          • 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.




                                          draft saved


                                          draft discarded














                                          StackExchange.ready(
                                          function () {
                                          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f117945%2fnon-transactional-emails-are-not-being-sent-email-confirmation-welcome-email%23new-answer', 'question_page');
                                          }
                                          );

                                          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







                                          Popular posts from this blog

                                          An IMO inspired problem

                                          Management

                                          Has there ever been an instance of an active nuclear power plant within or near a war zone?