Thursday, June 26, 2014

Expected response code 220 but got code "500", with message "500 Command unrecognised ,smtp4dev, laravel

This is happened when I used to send emails from laravel application to a local Dummy smtp server (smtp4dev) that reside on my local system (windows) .
to solve this issue I found the solution is to comment the  encryption option in app/mail.php and in smtp4dev server options .