rgranadino / mage2_vagrant

Simple Magento 2 Vagrant Box
249 stars 68 forks source link

Can Not Send Email #44

Open srenon opened 8 years ago

srenon commented 8 years ago

Magento contact form not working

php -r "mail('s@gmail.com', 'My Subject', 'test');"
sh: 1: /usr/sbin/sendmail: not found

Is it possible to install https://github.com/mailhog/MailHog

rgranadino commented 8 years ago

I can look into getting mailhog installed, I'm not verify familiar with it but it could be useful to capture and see emails that the application is sending. I think we'll still get sendmail installed in the mean time tho. Thanks for reporting the issue.