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
Use magepal or Magepalaza smtp extension whichever works with your magento version.
You can use SMTP for Magento 2 for sending emails.
I use the SMTP extension by Mageplaza on my projects.