0

I am using Magento 1.9.2.1 on my Ubuntu localhost. I installed ssmtp to send email. I tried subscribe letter on my website and receive confirmation email, so it worked.

However, when I checkout a product. It didn't send any email to customer's email address.

I opened var/log/mail.log. All subscription confirmation mails are here, but there isn't any checkout mail.

I guess the problem is between Magento and SSMTP..

Please help. I don't understand why...

asked Oct 1, 2015 at 3:30

1 Answer 1

0

As of Magento 1.9.1 magento introduced an email_queue to send emails based on your cron configuration. If you have access to the database look in the core_email_queue table and you should see the email waiting to be sent there.

answered Oct 1, 2015 at 3:34
2
  • Yea, I have just found out it as well. Each time I run file cron.php, the emails will be sent, if not, nothing will be sent. What should I do? Commented Oct 1, 2015 at 4:09
  • Its up to you, if its a development environment and your specifically testing emails then you'll need to set-up a cron job or keep running cron.php. Personally when i'm developing i prefer not to set this up unless I'm specifically modifying/testing this functionality. Commented Oct 1, 2015 at 4:13

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.