Email Config Issues

There’s a problem in 1.8.1 and older where email services configured for SMTP are attempting to call sendmail instead. I tested this on an AWS Bitnami install. On top of that, sendmail was failing because the following line in php.ini was commented out. To get sendmail working uncomment this line (or similar) in php.ini and restart apache.

sendmail_path = "env -i /usr/sbin/sendmail -t -i"

The fix for SMTP will be in the next release 1.8.2 due out this week. The problem with email type not sticking in the admin console will also be fixed.