skip to Main Content

Magento 2.3.1 order emails are not getting generated after successful order.

OS: Ubunut 18.04
Payment Gateway: Fatzebra

Used following code to generate emails.
https://magecomp.com/blog/send-order-confirmation-email-after-successful-payment-magento-2/

I have also tried to make it work by disabling store->configuration->Sales->Sales Email->Order to No/yes both options but still not working.

2

Answers


  1. Chosen as BEST ANSWER

    Use magepal or Magepalaza smtp extension whichever works with your magento version.


  2. You can use SMTP for Magento 2 for sending emails.

    I use the SMTP extension by Mageplaza on my projects.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search