Magento – Magento2.3.1: Transactional emails are not going to the customer

magento2.3.1order-email

The transactional emails are not coming to the customer when the user placed an order from my website.

Website is : https://www.depoto.com/.

  1. I have checked the SMTP configuration and it's fine.
  2. I tried to send test email from the server. Its working fine and recipient received the email with test details. I am using GODADDY
  3. CRON is also working fine. I checked by using this command: php bin/magento cron:run
  4. I have already checked with the DNS for emails also. Everything is configured properly.
  5. I checked in var/system.log and exception.log also. Didn't find any issues.

Best Answer

You may need to check the below point:

  1. Go to Stores -> Configuration -> Advanced -> System
  2. Under Mail Sending Settings make sure - Disable Email Communications is set to No.
  3. Also verify your Host and Port fields if you are using any external mailing server.
  4. Go to Stores -> Configuration -> Sales -> Sales Emails
  5. Under General Settings tab, choose Asynchronous sending to Disable
  6. Under Order tab Enabled to Yes
  7. Now clear/refresh your cache.
Related Topic